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