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

8 lines
105 B
C

#include "onlyplainlib1.h"
#ifdef _WIN32
__declspec(dllexport)
#endif
OnlyPlainLib1 onlyPlainLib2();