Skip to content

Commit 29a33e8

Browse files
committed
also add the export all symbols option
1 parent bdb3339 commit 29a33e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ ENDIF (NOT PKGCONFIG_INSTALL_DIR)
5858
SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
5959
INSTALL( FILES ${CMAKE_MODULE_PATH}/FindLibSolv.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules )
6060

61+
# for shared libraries on windows (DLLs), we just export all symbols for now
62+
SET(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
63+
6164
INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake)
6265

6366
SET (have_system x)

0 commit comments

Comments
 (0)