CMake/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h

15 lines
139 B
C++

struct
#ifdef _WIN32
__declspec(dllexport)
#endif
OnlyPlainLib1
{
OnlyPlainLib1();
int GetResult();
private:
int result;
};