winman: add install targets
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 12 Sep 2017 11:08:48 +0000 (13:08 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/CMakeLists.txt

index f077d68..3c93453 100644 (file)
@@ -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")