mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2442
e29282d2
build: auto update version info without manually deleting version.h (stoffu)
This commit is contained in:
commit
b911130a46
20 changed files with 63 additions and 46 deletions
|
@ -40,6 +40,7 @@ target_link_libraries(core_proxy
|
|||
cryptonote_core
|
||||
cryptonote_protocol
|
||||
p2p
|
||||
version
|
||||
epee
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
|
|
|
@ -65,6 +65,7 @@ target_link_libraries(coretests
|
|||
PRIVATE
|
||||
cryptonote_core
|
||||
p2p
|
||||
version
|
||||
epee
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
|
|
|
@ -40,6 +40,7 @@ add_executable(libwallet_api_tests
|
|||
target_link_libraries(libwallet_api_tests
|
||||
PRIVATE
|
||||
wallet
|
||||
version
|
||||
epee
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_SERIALIZATION_LIBRARY}
|
||||
|
|
|
@ -79,6 +79,7 @@ target_link_libraries(unit_tests
|
|||
rpc
|
||||
wallet
|
||||
p2p
|
||||
version
|
||||
epee
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue