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