Skip to content

Commit

Permalink
Exports all library symbols for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 21, 2024
1 parent dbcae04 commit 8e74900
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 @@ -17,6 +17,8 @@ if(NOT MSVC)
SET(CMAKE_C_FLAGS_DEBUG "-g -O0")
endif()

set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

set(CMAKE_COMPILE_WARNING_AS_ERROR ON)

set(CMAKE_VERBOSE_MAKEFILE ON)
Expand Down

0 comments on commit 8e74900

Please sign in to comment.