diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-25 20:14:18 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-25 20:14:18 +0200 |
commit | 0d52b1392fca67baf1ca9bb7fd78c37d99ef967a (patch) | |
tree | 02c14288ac75c3e8feb3094ad4578d3a931a5576 /src/p2p/CMakeLists.txt | |
parent | Merge pull request #2439 (diff) | |
parent | version: fix link to new version strings (diff) | |
download | monero-0d52b1392fca67baf1ca9bb7fd78c37d99ef967a.tar.xz |
Merge pull request #2525
8e0670c6 version: fix link to new version strings (moneromooo-monero)
Diffstat (limited to 'src/p2p/CMakeLists.txt')
-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 2e34db5d1..123b0a272 100644 --- a/src/p2p/CMakeLists.txt +++ b/src/p2p/CMakeLists.txt @@ -39,6 +39,7 @@ monero_add_library(p2p ${P2P}) target_link_libraries(p2p PUBLIC epee + version ${UPNP_LIBRARIES} ${Boost_CHRONO_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} |