We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1942a commit b2adc76Copy full SHA for b2adc76
CMakeLists.txt
@@ -28,6 +28,11 @@ include(cmake/BackwardConfig.cmake)
28
set(CMAKE_CXX_STANDARD_REQUIRED True)
29
set(CMAKE_CXX_STANDARD 14)
30
31
+if(WIN32)
32
+ # set the same behavior for windows as it is on linux
33
+ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
34
+endif()
35
+
36
###############################################################################
37
# COMPILER FLAGS
38
0 commit comments