mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
zmq
This commit is contained in:
parent
b751238fc1
commit
cb8403f1b0
@ -37,6 +37,7 @@ requirements:
|
||||
host:
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
- zeromq
|
||||
- xorg-libx11
|
||||
- xorg-libice
|
||||
- xorg-libxext
|
||||
@ -46,6 +47,7 @@ requirements:
|
||||
- xorg-libxfixes
|
||||
|
||||
run:
|
||||
- zeromq
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
|
||||
|
@ -64,8 +64,10 @@ message(${ZeroMQ_LIBRARIES})
|
||||
target_link_libraries(slsSupportLib
|
||||
PUBLIC
|
||||
slsProjectOptions
|
||||
# ${ZeroMQ_LIBRARIES}
|
||||
zmq
|
||||
PRIVATE
|
||||
${ZeroMQ_LIBRARIES}
|
||||
|
||||
slsProjectWarnings
|
||||
PUBLIC
|
||||
rapidjson
|
||||
|
Loading…
x
Reference in New Issue
Block a user