- Commit
- 6873b63029c6bf88a909dd85184d0aef34391cf5
- Parent
- 672c32dc15d420fa4c64df2c04d64d35efbf37d7
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Install static library.
Closes jgm/CommonMark#381.
My personal build of CMark ✏️
Install static library.
Closes jgm/CommonMark#381.
1 file changed, 2 insertions, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | src/CMakeLists.txt | 3 | 2 | 1 |
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -117,9 +117,10 @@ endif(MSVC) set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS ON) include (InstallRequiredSystemLibraries) -install(TARGETS ${PROGRAM} ${LIBRARY} +install(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY} RUNTIME DESTINATION bin LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib ) install(FILES