diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-24 10:02:28 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-24 10:02:28 -0500 |
commit | edfb74b81cd0bf54fcc49a4c89e8145ab4923bfa (patch) | |
tree | d97328ea62f8a8f8a3c12eefddb13e95048c8750 /src/CMakeLists.txt | |
parent | Merge pull request #5861 (diff) | |
parent | core: move hardforks into its own lib (diff) | |
download | monero-edfb74b81cd0bf54fcc49a4c89e8145ab4923bfa.tar.xz |
Merge pull request #5831
d066383 core: move hardforks into its own lib (moneromooo-monero)
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 8a21763c8..9bab56200 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -112,6 +112,7 @@ add_subdirectory(cryptonote_core) add_subdirectory(lmdb) add_subdirectory(multisig) add_subdirectory(net) +add_subdirectory(hardforks) if(NOT IOS) add_subdirectory(blockchain_db) endif() |