mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 07:28:54 -06:00
9 lines
101 B
C++
9 lines
101 B
C++
|
|
#include "somelib_export.h"
|
|
|
|
class SOMELIB_EXPORT SomeClass
|
|
{
|
|
public:
|
|
void someMethod() const;
|
|
};
|