summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_sources/empty_3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_sources/empty_3.cpp')
-rw-r--r--Tests/CMakeCommands/target_sources/empty_3.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_sources/empty_3.cpp b/Tests/CMakeCommands/target_sources/empty_3.cpp
new file mode 100644
index 0000000..bd3a6d1
--- /dev/null
+++ b/Tests/CMakeCommands/target_sources/empty_3.cpp
@@ -0,0 +1,7 @@
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+ int empty_3()
+{
+ return 0;
+}