summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf3cc06a..244c13d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -197,6 +197,7 @@ set(toxcore_PKGCONFIG_LIBS)
197apidsl( 197apidsl(
198 toxcore/crypto_core.api.h) 198 toxcore/crypto_core.api.h)
199add_module(toxcrypto 199add_module(toxcrypto
200 toxcore/ccompat.h
200 toxcore/crypto_core.c 201 toxcore/crypto_core.c
201 toxcore/crypto_core.h 202 toxcore/crypto_core.h
202 toxcore/crypto_core_mem.c) 203 toxcore/crypto_core_mem.c)