Skip to content

Commit 2ce5569

Browse files
committed
Export symbols with MSVC
1 parent 38dfee7 commit 2ce5569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cmake_policy(SET CMP0074 NEW)
55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
8+
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
89

910
if (MSVC)
1011
# For MSVC to get things like "or", "and", ...

0 commit comments

Comments
 (0)