From 0242db7e7ae856430bab4017a75545f81aef962b Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Tue, 23 Jan 2018 17:16:26 +0100 Subject: [PATCH] target for install --- slsDetectorSoftware/slsDetectorClient/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt b/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt index 0dcc2fb9a..923c8b1d8 100644 --- a/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt +++ b/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt @@ -68,3 +68,4 @@ set_target_properties(sls_detector_help PROPERTIES COMPILE_DEFINITIONS HELP=1 ) +install(TARGETS sls_detector_put DESTINATION bin)