linking cmake

This commit is contained in:
Erik Frojdh 2018-02-12 19:15:12 +01:00
parent 9fe7293dab
commit bc6fc51f6a

View File

@ -119,6 +119,11 @@ target_link_libraries(slsDetectorGui
pthread
zmq
rt
png
z
Qt4::QtOpenGL
Qt4::QtSvg
)
add_executable(gui_client
@ -130,4 +135,4 @@ set_target_properties(gui_client PROPERTIES
)
install(TARGETS slsDetectorGui gui_client
RUNTIME DESTINATION bin)
RUNTIME DESTINATION bin)