X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=3c93453e14d9edb94d82d89c7c5a03baeedc7ebf;hb=69a5f240268953b43aa89fdf414589ae3421aefc;hp=f077d68292c3c4aa8056b57c898dc40325c7a796;hpb=85d9a212ff3fd71304f30f4cd8cc3767b74c0737;p=staging%2Fwindowmanager.git 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")