We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb3339 commit 29a33e8Copy full SHA for 29a33e8
1 file changed
CMakeLists.txt
@@ -58,6 +58,9 @@ ENDIF (NOT PKGCONFIG_INSTALL_DIR)
58
SET (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
59
INSTALL( FILES ${CMAKE_MODULE_PATH}/FindLibSolv.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules )
60
61
+# for shared libraries on windows (DLLs), we just export all symbols for now
62
+SET(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
63
+
64
INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake)
65
66
SET (have_system x)
0 commit comments