mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
wallet: add version dependency to the wallet target
This commit is contained in:
parent
6a2bb62827
commit
70d4915980
@ -80,6 +80,7 @@ target_link_libraries(wallet
|
|||||||
${Boost_REGEX_LIBRARY}
|
${Boost_REGEX_LIBRARY}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
|
add_dependencies(wallet version)
|
||||||
|
|
||||||
set(wallet_rpc_sources
|
set(wallet_rpc_sources
|
||||||
wallet_rpc_server.cpp)
|
wallet_rpc_server.cpp)
|
||||||
|
Loading…
Reference in New Issue
Block a user