version: fix link to new version strings

p2p uses it, and the cpp file needs to know the symbols should
be public
This commit is contained in:
moneromooo-monero 2017-09-25 19:01:56 +01:00
parent 5530a0e4db
commit 8e0670c684
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 3 additions and 0 deletions

View file

@ -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}