build: auto update version info without manually deleting version.h

This commit is contained in:
stoffu
2017-09-14 08:28:23 +09:00
parent a6403846ef
commit e29282d208
20 changed files with 63 additions and 46 deletions
+1 -2
View File
@@ -49,14 +49,13 @@ target_link_libraries(simplewallet
common
mnemonics
p2p
version
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
add_dependencies(simplewallet
version)
set_property(TARGET simplewallet
PROPERTY
OUTPUT_NAME "monero-wallet-cli")