From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:08:48 +0000 (+0200) Subject: winman: add install targets X-Git-Tag: 4.99.1~25 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=414dc90249f554ded7bb8e001d5a1c8492f51184 winman: add install targets Signed-off-by: Marcus Fritzsch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f077d68..3c93453 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -134,3 +134,13 @@ if (NOT ${SANITIZER_MODE} STREQUAL "none" AND NOT ${SANITIZER_MODE} STREQUAL "") PROPERTIES LINK_FLAGS "-fsanitize=${SANITIZER_MODE} -g") endif() + +install( + TARGETS winman + DESTINATION ${CMAKE_INSTALL_PREFIX}/AGL/WindowManagerTMC + COMPONENT "runtime") + +install( + TARGETS redraw_fixer + DESTINATION ${CMAKE_INSTALL_BINDIR} + COMPONENT "runtime")