mirror of
https://github.com/monero-project/monero.git
synced 2025-11-27 14:40:31 -05:00
net: link with libzmq
This commit is contained in:
parent
cc46f05f1f
commit
643dcb9700
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
tor_address.h zmq.h)
|
||||||
|
|
||||||
monero_add_library(net ${net_sources} ${net_headers})
|
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})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue