mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Dropping cppzmq dependency; adding some zmq utils
This commit is contained in:
parent
1b93cb74bb
commit
f91a06c6d7
10 changed files with 553 additions and 80 deletions
|
@ -117,7 +117,8 @@ target_link_libraries(unit_tests
|
|||
${Boost_THREAD_LIBRARY}
|
||||
${GTEST_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
${EXTRA_LIBRARIES}
|
||||
${ZMQ_LIB})
|
||||
set_property(TARGET unit_tests
|
||||
PROPERTY
|
||||
FOLDER "tests")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue