mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
Merge pull request #5140
a3973fc9
debug compilation fix: net lib missing common deps (Dusan Klinec)
This commit is contained in:
commit
5ab6d68a40
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ set(net_sources error.cpp parse.cpp socks.cpp tor_address.cpp i2p_address.cpp)
|
||||||
set(net_headers error.h parse.h socks.h tor_address.h i2p_address.h)
|
set(net_headers error.h parse.h socks.h tor_address.h i2p_address.h)
|
||||||
|
|
||||||
monero_add_library(net ${net_sources} ${net_headers})
|
monero_add_library(net ${net_sources} ${net_headers})
|
||||||
target_link_libraries(net epee ${Boost_ASIO_LIBRARY})
|
target_link_libraries(net common epee ${Boost_ASIO_LIBRARY})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue