aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-03 16:18:24 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-03 16:20:40 +0100
commitfbaf5375c35d4b029db2e22faacd5f9f56018102 (patch)
treed5ed785741bd0864121a1fb4423165fa1179b117 /src/CMakeLists.txt
parentMerge pull request #2159 (diff)
downloadmonero-fbaf5375c35d4b029db2e22faacd5f9f56018102.tar.xz
cn_deserialize: move to new debug_utilities subdirectory
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d83242a3c..4b54c60fc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -118,6 +118,7 @@ if(NOT IOS)
add_subdirectory(daemonizer)
add_subdirectory(daemon)
add_subdirectory(blockchain_utilities)
+ add_subdirectory(debug_utilities)
endif()
if(PER_BLOCK_CHECKPOINT)