cmake: on Linux install our special marble library
If we build our own library, make sure it gets installed as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5722d5f0dc
commit
f8a01ee309
@ -577,4 +577,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
install(DIRECTORY theme DESTINATION share/subsurface)
|
||||
install(FILES ${TRANSLATIONS} DESTINATION share/subsurface/translations)
|
||||
install(TARGETS ${SUBSURFACE_TARGET} DESTINATION bin)
|
||||
IF(DEFINED LIBMARBLEDEVEL)
|
||||
install(FILES ${LIBMARBLEDEVEL}/lib/libssrfmarblewidget.so* DESTINATION lib)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user