This commit is contained in:
Erik Frojdh 2020-03-18 12:38:06 +01:00
parent b751238fc1
commit cb8403f1b0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -64,8 +64,10 @@ message(${ZeroMQ_LIBRARIES})
target_link_libraries(slsSupportLib
PUBLIC
slsProjectOptions
# ${ZeroMQ_LIBRARIES}
zmq
PRIVATE
${ZeroMQ_LIBRARIES}
slsProjectWarnings
PUBLIC
rapidjson