diff --git a/slsDetectorGui/CMakeLists.txt b/slsDetectorGui/CMakeLists.txt index 769b357bc..415553183 100644 --- a/slsDetectorGui/CMakeLists.txt +++ b/slsDetectorGui/CMakeLists.txt @@ -129,4 +129,5 @@ set_target_properties(gui_client PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin ) -install(TARGETS slsDetectorGui gui_client DESTINATION bin) \ No newline at end of file +install(TARGETS slsDetectorGui gui_client + RUNTIME DESTINATION bin) \ No newline at end of file