From 8e0670c68460879a46f92281a169a9f4dfa08b4a Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 25 Sep 2017 19:01:56 +0100 Subject: version: fix link to new version strings p2p uses it, and the cpp file needs to know the symbols should be public --- src/p2p/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/p2p') 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} -- cgit v1.2.3