Skip to content

Commit

Permalink
export all symbols on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Feb 19, 2024
1 parent d5455b6 commit 8f8af1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ option(BUILD_BENCHMARKS "Build benchmarks" ON)
option(ENABLE_SANITIZERS "Build with sanitizers enabled" OFF)
option(DEBUG_PRINTS "Print additional debug information" OFF)

set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

if (BUILD_WITH_STD_OPTIONAL)
set(CMAKE_CXX_STANDARD 17)
else ()
Expand Down

0 comments on commit 8f8af1c

Please sign in to comment.