mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 10:01:02 +00:00
Merge pull request #3288
10f78f63
p2p: need libcryptonote_core due to arg_testnet_on being used (stoffu)
This commit is contained in:
commit
ea9ddcac7f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ target_link_libraries(p2p
|
||||||
PUBLIC
|
PUBLIC
|
||||||
epee
|
epee
|
||||||
version
|
version
|
||||||
|
cryptonote_core
|
||||||
${UPNP_LIBRARIES}
|
${UPNP_LIBRARIES}
|
||||||
${Boost_CHRONO_LIBRARY}
|
${Boost_CHRONO_LIBRARY}
|
||||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||||
|
|
Loading…
Reference in a new issue