Skip to content
Snippets Groups Projects
Commit f51be481 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

also install _static version of lib

parent 53396bde
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ endif(WIN32)
configure_file(pkgconfig/libeisgenerator.pc.in pkgconfig/libeisgenerator.pc @ONLY)
install(TARGETS ${PROJECT_NAME} DESTINATION lib)
install(TARGETS ${PROJECT_NAME}_static DESTINATION lib)
install(FILES ${API_HEADERS_CPP} DESTINATION include/${PROJECT_NAME})
install(FILES ${API_HEADERS_CPP} DESTINATION include/${PROJECT_NAME})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/libeisgenerator.pc DESTINATION lib/pkgconfig)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment