diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:24:37 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:24:37 -0500 |
commit | 54e8463fe6b3a7d95f9b0574d571618a46f5b9d4 (patch) | |
tree | e7d145bb6784ddd06eedef020451a21c370cb1ef /src/CMakeLists.txt | |
parent | Merge pull request #8979 (diff) | |
parent | add sp_transcript (diff) | |
download | monero-54e8463fe6b3a7d95f9b0574d571618a46f5b9d4.tar.xz |
Merge pull request #8990
c17f73a add sp_transcript (koe) 51e40f7 add seraphis_crypto directory (koe)
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 fed042ce2..93643af24 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -96,6 +96,7 @@ add_subdirectory(hardforks) add_subdirectory(blockchain_db) add_subdirectory(mnemonics) add_subdirectory(rpc) +add_subdirectory(seraphis_crypto) if(NOT IOS) add_subdirectory(serialization) endif() |