Skip to content

Commit

Permalink
Export all symbols on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed Aug 12, 2023
1 parent 42ec0e7 commit 9a6467b
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
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.15.7)
project(ScipPP LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

option(USE_COVERAGE "Create coverage report." OFF)
option(BUILD_TESTS "Build tests." OFF)
Expand Down

0 comments on commit 9a6467b

Please sign in to comment.