diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-02-20 17:48:05 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-02-20 17:48:05 +0200 |
commit | ea9ddcac7f831957685ad4cabcd9f3db5d3e9d39 (patch) | |
tree | 4c13f27c3e129cc1867aae71043e265dda00a0e6 | |
parent | Merge pull request #3266 (diff) | |
parent | p2p: need libcryptonote_core due to arg_testnet_on being used (diff) | |
download | monero-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.txt | 1 |
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} |