Merge pull request #1330

70d4915 wallet: add version dependency to the wallet target (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-11-12 17:51:53 +02:00
commit eb6d66e4fc
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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)