mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-11 18:13:40 +00:00
8 lines
96 B
C
8 lines
96 B
C
|
|
#include "sharedlib_export.h"
|
|
|
|
struct SHAREDLIB_EXPORT SharedLibObject
|
|
{
|
|
int foo() const;
|
|
};
|