summaryrefslogtreecommitdiff
path: root/deps/CMakeLists.txt
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-05-13 07:57:10 +0700
committerGitHub <noreply@github.com>2021-05-12 18:57:10 -0600
commit26f2abaaa94478d8af4a5686b7f48dbefca98125 (patch)
tree5e84b6584ad32d60077a085e0941054cffccadb5 /deps/CMakeLists.txt
parent681c3237dfaf46bcad02f00ce717b97bdd899f40 (diff)
feat(Core/Authserver): TOTP rewrite (#5620)
Diffstat (limited to 'deps/CMakeLists.txt')
-rw-r--r--deps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index cf1c310459..ec6b943443 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -27,6 +27,7 @@ if(SERVERS OR TOOLS)
add_subdirectory(SFMT)
add_subdirectory(utf8cpp)
add_subdirectory(openssl)
+ add_subdirectory(argon2)
endif()
if(SERVERS)