mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
and more targets
This commit is contained in:
@ -74,4 +74,4 @@ if(DOXYGEN_FOUND)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(TARGETS slsDetectorShared DESTINATION lib)
|
install(TARGETS slsDetectorShared slsDetectorStatic zmq DESTINATION lib)
|
||||||
|
@ -82,3 +82,10 @@ target_link_libraries(slsReceiver
|
|||||||
if (HDF5_FOUND)
|
if (HDF5_FOUND)
|
||||||
target_link_libraries(slsReceiver ${HDF5_LIBRARIES})
|
target_link_libraries(slsReceiver ${HDF5_LIBRARIES})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
install(TARGETS slsReceiverShared slsReceiverStatic slsReceiver
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib)
|
Reference in New Issue
Block a user