Skip to content

Commit eb17fee

Browse files
authored
Fix compilation on Windows by exporting all symbols with CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#58)
1 parent fc2e898 commit eb17fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_tamer_cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ project(data_tamer_cpp VERSION 1.0.0)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77
set(CMAKE_CXX_STANDARD 17)
8+
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
89

910
if(${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME})
1011
option(DATA_TAMER_BUILD_TESTS "Build tests" ON)

0 commit comments

Comments
 (0)