summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h')
-rw-r--r--Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h b/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h
new file mode 100644
index 000000000..4bbf23ffd
--- /dev/null
+++ b/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.h
@@ -0,0 +1,4 @@
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+int staticlib1();