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

5 lines
63 B
C

#ifdef _WIN32
__declspec(dllexport)
#endif
int staticlib1();