diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.h')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.h b/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.h new file mode 100644 index 0000000..74b18a0 --- /dev/null +++ b/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib2.h @@ -0,0 +1,7 @@ + +#include "onlyplainlib1.h" + +#ifdef _WIN32 +__declspec(dllexport) +#endif +OnlyPlainLib1 onlyPlainLib2(); |