Merge pull request #6023

643dcb9 net: link with libzmq (moneromooo-monero)
This commit is contained in:
luigi1111 2019-10-25 13:56:06 -05:00
commit 9a995f338a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ set(net_headers dandelionpp.h error.h i2p_address.h parse.h socks.h socks_connec
tor_address.h zmq.h)
monero_add_library(net ${net_sources} ${net_headers})
target_link_libraries(net common epee ${Boost_ASIO_LIBRARY})
target_link_libraries(net common epee ${ZMQ_LIB} ${Boost_ASIO_LIBRARY})