Merge pull request #3288

10f78f63 p2p: need libcryptonote_core due to arg_testnet_on being used (stoffu)
This commit is contained in:
Riccardo Spagni 2018-02-20 17:48:05 +02:00
commit ea9ddcac7f
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

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