diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-01-21 12:18:39 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-19 11:28:18 +0000 |
| commit | d0663837d2800948cd51dfd8e2c7f74d293c86ff (patch) | |
| tree | d97328ea62f8a8f8a3c12eefddb13e95048c8750 /src/CMakeLists.txt | |
| parent | 2c171a9b02f8f23cc36db0465a4b587b60e629d5 (diff) | |
| download | monzero-core-d0663837d2800948cd51dfd8e2c7f74d293c86ff.tar.gz monzero-core-d0663837d2800948cd51dfd8e2c7f74d293c86ff.tar.xz monzero-core-d0663837d2800948cd51dfd8e2c7f74d293c86ff.zip | |
core: move hardforks into its own lib
So it can be used by others without encumbrance
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() |
