aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-02-20 17:48:05 +0200
committerRiccardo Spagni <ric@spagni.net>2018-02-20 17:48:05 +0200
commitea9ddcac7f831957685ad4cabcd9f3db5d3e9d39 (patch)
tree4c13f27c3e129cc1867aae71043e265dda00a0e6
parentMerge pull request #3266 (diff)
parentp2p: need libcryptonote_core due to arg_testnet_on being used (diff)
downloadmonero-ea9ddcac7f831957685ad4cabcd9f3db5d3e9d39.tar.xz
Merge pull request #3288
10f78f63 p2p: need libcryptonote_core due to arg_testnet_on being used (stoffu)
-rw-r--r--src/p2p/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/CMakeLists.txt b/src/p2p/CMakeLists.txt
index 9421a1477..83bdffab5 100644
--- a/src/p2p/CMakeLists.txt
+++ b/src/p2p/CMakeLists.txt
@@ -40,6 +40,7 @@ target_link_libraries(p2p
PUBLIC
epee
version
+ cryptonote_core
${UPNP_LIBRARIES}
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}