p2p: need libcryptonote_core due to arg_testnet_on being used

This commit is contained in:
stoffu 2018-02-18 16:40:43 +09:00
parent 4f80c50730
commit 10f78f63f1
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -40,6 +40,7 @@ target_link_libraries(p2p
PUBLIC
epee
version
cryptonote_core
${UPNP_LIBRARIES}
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}