Merge branch '3.0.1' into developer

This commit is contained in:
2018-02-08 14:51:20 +01:00
11 changed files with 153 additions and 478 deletions

View File

@ -128,3 +128,5 @@ add_executable(gui_client
set_target_properties(gui_client PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
)
install(TARGETS slsDetectorGui gui_client DESTINATION bin)