Skip to content
Snippets Groups Projects
Commit 4c75d486 authored by unknown's avatar unknown
Browse files

even more mingw build/install fixes

parent 8020f724
Branches
No related merge requests found
......@@ -100,6 +100,7 @@ set_target_properties(corpus2 PROPERTIES
SOVERSION ${corpus2_ver_major})
install(TARGETS corpus2
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
......
......@@ -41,6 +41,8 @@ target_link_libraries(corpus2_whole corpus2 ${LIBS})
if(UNIX)
install(TARGETS corpus2_whole
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
install(
......
......@@ -53,6 +53,7 @@ set_target_properties(pwrutils PROPERTIES
SOVERSION ${pwrutils_ver_major})
install(TARGETS pwrutils
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment