From f8c90b6da64c1931ee2f25a2efe06fa009b7e832 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 9 Feb 2018 15:27:25 +0100 Subject: [PATCH] gui cmake --- slsDetectorGui/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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