diff --git a/slsDetectorSoftware/CMakeLists.txt b/slsDetectorSoftware/CMakeLists.txt index 69f395cc9..429e72692 100644 --- a/slsDetectorSoftware/CMakeLists.txt +++ b/slsDetectorSoftware/CMakeLists.txt @@ -74,3 +74,4 @@ if(DOXYGEN_FOUND) ) endif() +install(TARGETS slsDetectorShared DESTINATION lib) diff --git a/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt b/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt index 923c8b1d8..aa65dcf79 100644 --- a/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt +++ b/slsDetectorSoftware/slsDetectorClient/CMakeLists.txt @@ -68,4 +68,4 @@ set_target_properties(sls_detector_help PROPERTIES COMPILE_DEFINITIONS HELP=1 ) -install(TARGETS sls_detector_put DESTINATION bin) +install(TARGETS sls_detector_put sls_detector_get sls_detector_acquire sls_detector_help DESTINATION bin)