cn_deserialize: move to new debug_utilities subdirectory

This commit is contained in:
moneromooo-monero
2017-08-03 16:18:24 +01:00
parent ab594cfee9
commit fbaf5375c3
4 changed files with 52 additions and 25 deletions

View File

@@ -58,11 +58,6 @@ monero_private_headers(blockchain_export
${blockchain_export_private_headers})
set(cn_deserialize_sources
cn_deserialize.cpp
)
monero_add_executable(blockchain_import
${blockchain_import_sources}
${blockchain_import_private_headers})
@@ -112,21 +107,3 @@ set_property(TARGET blockchain_export
PROPERTY
OUTPUT_NAME "monero-blockchain-export")
monero_add_executable(cn_deserialize
${cn_deserialize_sources}
${cn_deserialize_private_headers})
target_link_libraries(cn_deserialize
LINK_PRIVATE
cryptonote_core
blockchain_db
p2p
epee
${CMAKE_THREAD_LIBS_INIT})
add_dependencies(cn_deserialize
version)
set_property(TARGET cn_deserialize
PROPERTY
OUTPUT_NAME "monero-utils-deserialize")