Skip to content

Commit fd7cd2f

Browse files
authored
Export all symbols on Windows
1 parent efa4eb8 commit fd7cd2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@ endif ()
108108
if (ENABLE_TESTS)
109109
add_subdirectory(tests)
110110
endif ()
111+
112+
if(WIN32)
113+
set_target_properties(cura-formulae-engine PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
114+
endif()

0 commit comments

Comments
 (0)