and more targets

This commit is contained in:
Erik Frojdh
2018-01-23 17:46:35 +01:00
parent b3d6bc1800
commit fd03cf5b0f
2 changed files with 8 additions and 1 deletions

View File

@ -74,4 +74,4 @@ if(DOXYGEN_FOUND)
)
endif()
install(TARGETS slsDetectorShared DESTINATION lib)
install(TARGETS slsDetectorShared slsDetectorStatic zmq DESTINATION lib)

View File

@ -82,3 +82,10 @@ target_link_libraries(slsReceiver
if (HDF5_FOUND)
target_link_libraries(slsReceiver ${HDF5_LIBRARIES})
endif ()
install(TARGETS slsReceiverShared slsReceiverStatic slsReceiver
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)