diff options
Diffstat (limited to '')
-rw-r--r-- | cmake/examples/dynamic/bar.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/examples/dynamic/bar.hpp b/cmake/examples/dynamic/bar.hpp new file mode 100644 index 0000000..cf838ca --- /dev/null +++ b/cmake/examples/dynamic/bar.hpp @@ -0,0 +1,6 @@ +#pragma once + +#ifdef _MSC_VER +__declspec(dllexport) +#endif +void bar(); |