wallet: add version dependency to the wallet target

This commit is contained in:
moneromooo-monero 2016-11-12 12:55:19 +00:00
parent 6a2bb62827
commit 70d4915980
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ target_link_libraries(wallet
${Boost_REGEX_LIBRARY}
PRIVATE
${EXTRA_LIBRARIES})
add_dependencies(wallet version)
set(wallet_rpc_sources
wallet_rpc_server.cpp)