Install the libraries as well

This commit is contained in:
Thomas Avé 2017-01-26 14:46:36 +01:00
parent ffb6e8e0b5
commit 94d2a3ff9f
1 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
target_link_libraries(Lexesis-test Lexesis-backends lxs templ lxsinput mstch::mstch)
endif()
install(TARGETS Lexesis
install(TARGETS Lexesis templ lxs Lexesis-backends lxsinput
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)