mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
build interface
This commit is contained in:
@ -61,11 +61,14 @@ set_target_properties(slsSupportLib PROPERTIES
|
||||
message(${ZeroMQ_LIBRARIES})
|
||||
|
||||
target_link_libraries(slsSupportLib
|
||||
PRIVATE
|
||||
${ZeroMQ_LIBRARIES}
|
||||
slsProjectOptions
|
||||
slsProjectWarnings
|
||||
# ${ZeroMQ_LIBRARIES}
|
||||
zmq
|
||||
rapidjson)
|
||||
rapidjson
|
||||
)
|
||||
|
||||
|
||||
|
||||
if (SLS_USE_TESTS)
|
||||
add_subdirectory(tests)
|
||||
|
Reference in New Issue
Block a user