diff --git a/src/Learning/KhiopsNativeInterface/CMakeLists.txt b/src/Learning/KhiopsNativeInterface/CMakeLists.txt index 7f9783e66..1d6abce7f 100644 --- a/src/Learning/KhiopsNativeInterface/CMakeLists.txt +++ b/src/Learning/KhiopsNativeInterface/CMakeLists.txt @@ -6,6 +6,7 @@ set_target_properties( KhiopsNativeInterface PROPERTIES PUBLIC_HEADER ${CMAKE_CURRENT_SOURCE_DIR}/KhiopsNativeInterface.h SOVERSION ${PROJECT_VERSION_MAJOR} - VERSION ${KHIOPS_VERSION}) + VERSION ${KHIOPS_VERSION} + WINDOWS_EXPORT_ALL_SYMBOLS true) set_khiops_options(KhiopsNativeInterface)