aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/dynamic/baz.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-08 03:32:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-08 03:32:39 +0300
commit7b46d443b0418b4b7a4b66e046a3dc28585821d0 (patch)
treec6d537634c9ce83274df83fd4bb7b99455ed7c17 /cmake/examples/dynamic/baz.hpp
parentAppVeyor: prettify appveyor.yml (diff)
downloadcmake-common-7b46d443b0418b4b7a4b66e046a3dc28585821d0.tar.gz
cmake-common-7b46d443b0418b4b7a4b66e046a3dc28585821d0.zip
cmake/examples: more distinct output
Diffstat (limited to 'cmake/examples/dynamic/baz.hpp')
-rw-r--r--cmake/examples/dynamic/baz.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/examples/dynamic/baz.hpp b/cmake/examples/dynamic/baz.hpp
new file mode 100644
index 0000000..505a3c4
--- /dev/null
+++ b/cmake/examples/dynamic/baz.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+#ifdef _MSC_VER
+__declspec(dllexport)
+#endif
+void baz();