We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672c32d commit 6873b63Copy full SHA for 6873b63
src/CMakeLists.txt
@@ -117,9 +117,10 @@ endif(MSVC)
117
118
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS ON)
119
include (InstallRequiredSystemLibraries)
120
-install(TARGETS ${PROGRAM} ${LIBRARY}
+install(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY}
121
RUNTIME DESTINATION bin
122
LIBRARY DESTINATION lib
123
+ ARCHIVE DESTINATION lib
124
)
125
126
install(FILES
0 commit comments