diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-26 23:16:25 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-17 16:12:15 +0000 |
| commit | 66e34e85b1ef3e49ea9290bd69cce2974840fc32 (patch) | |
| tree | 618a7336e476189da36fb62f0df06e0fdb7b3809 /src/CMakeLists.txt | |
| parent | f4eda44ce35c6e1ab77566a462470deaae5376ec (diff) | |
| download | monzero-core-66e34e85b1ef3e49ea9290bd69cce2974840fc32.tar.gz monzero-core-66e34e85b1ef3e49ea9290bd69cce2974840fc32.tar.xz monzero-core-66e34e85b1ef3e49ea9290bd69cce2974840fc32.zip | |
add multisig core test and factor multisig building blocks
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 d8b0bf211..79d2a232d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -114,6 +114,7 @@ add_subdirectory(ringct) add_subdirectory(checkpoints) add_subdirectory(cryptonote_basic) add_subdirectory(cryptonote_core) +add_subdirectory(multisig) if(NOT IOS) add_subdirectory(blockchain_db) endif() |
