aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 13:08:48 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:51 +0200
commit414dc90249f554ded7bb8e001d5a1c8492f51184 (patch)
tree79f16771e538362d4697a6478af1d4851bbab04a
parent12e25b3a50e443814289bba6d9ac8eaa644bbbd6 (diff)
winman: add install targets
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r--src/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
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")