diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-03 16:18:24 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-03 16:20:40 +0100 |
commit | fbaf5375c35d4b029db2e22faacd5f9f56018102 (patch) | |
tree | d5ed785741bd0864121a1fb4423165fa1179b117 /src/CMakeLists.txt | |
parent | Merge pull request #2159 (diff) | |
download | monero-fbaf5375c35d4b029db2e22faacd5f9f56018102.tar.xz |
cn_deserialize: move to new debug_utilities subdirectory
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
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) |