aboutsummaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote-processor/CMakeLists.txt b/remote-processor/CMakeLists.txt
index 5cecf98..60b6ff2 100644
--- a/remote-processor/CMakeLists.txt
+++ b/remote-processor/CMakeLists.txt
@@ -12,3 +12,5 @@ include(FindThreads)
# TODO: use the "prefer pthread" option; check if we are using pthread (what to
# do else ?)
target_link_libraries(remote-processor ${CMAKE_THREAD_LIBS_INIT})
+
+install(TARGETS remote-processor LIBRARY DESTINATION lib)