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

View File

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