esrf changes: CMake: support to be added and installed as a sub-project:

* Configure zmq as global imported library in slsReceiverSoftware
* Install zmq, necessary if linking to slsReceiver library
This commit is contained in:
2018-04-25 18:24:08 +02:00
parent 1247f760f2
commit 16428f3828
4 changed files with 9 additions and 15 deletions

View File

@ -39,12 +39,6 @@ add_definitions(
-DDACS_INT
)
add_library(zmq STATIC IMPORTED )
set_target_properties(zmq PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/../slsReceiverSoftware/include/libzmq.a
)
add_library(slsDetectorStatic STATIC
${SOURCES}
${HEADERS}