mirror of
https://github.com/monero-project/monero.git
synced 2025-12-01 20:55:18 -05:00
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:
parent
5530a0e4db
commit
8e0670c684
2 changed files with 3 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue