summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote-process/CMakeLists.txt b/remote-process/CMakeLists.txt
index 7f8a5ee..80fd177 100644
--- a/remote-process/CMakeLists.txt
+++ b/remote-process/CMakeLists.txt
@@ -6,3 +6,5 @@ include_directories("${PROJECT_SOURCE_DIR}/remote-processor")
include_directories("${PROJECT_SOURCE_DIR}/utility")
target_link_libraries(remote-process remote-processor pfw_utility)
+
+install(TARGETS remote-process RUNTIME DESTINATION bin)