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 tags found
No related merge requests found
...@@ -100,6 +100,7 @@ set_target_properties(corpus2 PROPERTIES ...@@ -100,6 +100,7 @@ set_target_properties(corpus2 PROPERTIES
SOVERSION ${corpus2_ver_major}) SOVERSION ${corpus2_ver_major})
install(TARGETS corpus2 install(TARGETS corpus2
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib) LIBRARY DESTINATION lib)
......
...@@ -41,6 +41,8 @@ target_link_libraries(corpus2_whole corpus2 ${LIBS}) ...@@ -41,6 +41,8 @@ target_link_libraries(corpus2_whole corpus2 ${LIBS})
if(UNIX) if(UNIX)
install(TARGETS corpus2_whole install(TARGETS corpus2_whole
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib) LIBRARY DESTINATION lib)
install( install(
......
...@@ -53,6 +53,7 @@ set_target_properties(pwrutils PROPERTIES ...@@ -53,6 +53,7 @@ set_target_properties(pwrutils PROPERTIES
SOVERSION ${pwrutils_ver_major}) SOVERSION ${pwrutils_ver_major})
install(TARGETS pwrutils install(TARGETS pwrutils
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib) LIBRARY DESTINATION lib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment