diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.h')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.h b/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.h new file mode 100644 index 0000000..a4e07b6 --- /dev/null +++ b/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.h @@ -0,0 +1,4 @@ +#ifdef _WIN32 +__declspec(dllexport) +#endif +int staticlib2(); |