Skip to content

Commit

Permalink
CMake: Export symbols for DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Nov 19, 2023
1 parent c1b520a commit 215af4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(CoD4DM1 VERSION 1.0.5 LANGUAGES CXX)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

# CPack
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
Expand Down

0 comments on commit 215af4b

Please sign in to comment.