Install the libraries as well
This commit is contained in:
parent
ffb6e8e0b5
commit
94d2a3ff9f
|
@ -39,6 +39,8 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
target_link_libraries(Lexesis-test Lexesis-backends lxs templ lxsinput mstch::mstch)
|
target_link_libraries(Lexesis-test Lexesis-backends lxs templ lxsinput mstch::mstch)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(TARGETS Lexesis
|
install(TARGETS Lexesis templ lxs Lexesis-backends lxsinput
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue