Skip to content
Snippets Groups Projects
Commit 8d250b1b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

better install for libs

parent 110d9e06
No related branches found
No related tags found
No related merge requests found
......@@ -743,9 +743,8 @@ endif(WIN32)
# mark targets as optional so we can install them separately if needed
# (e.g. "make lib" or "make shared" followed by "make install/fast")
install(TARGETS gmsh RUNTIME DESTINATION ${GMSH_BIN} OPTIONAL)
install(TARGETS lib ARCHIVE DESTINATION lib OPTIONAL)
install(TARGETS shared LIBRARY DESTINATION lib OPTIONAL)
install(TARGETS gmsh DESTINATION ${GMSH_BIN} OPTIONAL)
install(TARGETS lib shared DESTINATION lib OPTIONAL)
install(FILES ${GMSH_API} DESTINATION include/gmsh)
install(FILES ${WELCOME_FILE} DESTINATION ${GMSH_DOC} RENAME README.txt)
install(FILES ${LICENSE_FILE} DESTINATION ${GMSH_DOC})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment