mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-03 19:48:54 +00:00
move utilities to debug build
This commit is contained in:
parent
67e03a315a
commit
0901cd95c9
@ -106,15 +106,15 @@ endif()
|
|||||||
add_subdirectory(cryptonote_protocol)
|
add_subdirectory(cryptonote_protocol)
|
||||||
if(NOT IOS)
|
if(NOT IOS)
|
||||||
add_subdirectory(simplewallet)
|
add_subdirectory(simplewallet)
|
||||||
add_subdirectory(gen_multisig)
|
|
||||||
add_subdirectory(gen_ssl_cert)
|
|
||||||
add_subdirectory(daemonizer)
|
add_subdirectory(daemonizer)
|
||||||
add_subdirectory(daemon)
|
add_subdirectory(daemon)
|
||||||
add_subdirectory(blockchain_utilities)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_DEBUG_UTILITIES)
|
if(BUILD_DEBUG_UTILITIES)
|
||||||
add_subdirectory(debug_utilities)
|
add_subdirectory(debug_utilities)
|
||||||
|
add_subdirectory(blockchain_utilities)
|
||||||
|
add_subdirectory(gen_multisig)
|
||||||
|
add_subdirectory(gen_ssl_cert)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(PER_BLOCK_CHECKPOINT)
|
if(PER_BLOCK_CHECKPOINT)
|
||||||
|
Loading…
Reference in New Issue
Block a user