aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-11-06 09:24:37 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-11-06 09:24:37 -0500
commit54e8463fe6b3a7d95f9b0574d571618a46f5b9d4 (patch)
treee7d145bb6784ddd06eedef020451a21c370cb1ef /src/CMakeLists.txt
parentMerge pull request #8979 (diff)
parentadd sp_transcript (diff)
downloadmonero-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.txt1
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()