mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-26 03:02:56 -03:00
Merge pull request #1330
70d4915
wallet: add version dependency to the wallet target (moneromooo-monero)
This commit is contained in:
commit
eb6d66e4fc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue