summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2bad7282..29f09efb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -343,8 +343,11 @@ add_module(toxdns
343 toxdns/toxdns.c) 343 toxdns/toxdns.c)
344target_link_modules(toxdns toxcore) 344target_link_modules(toxdns toxcore)
345 345
346apidsl(
347 toxencryptsave/toxencryptsave.api.h)
346add_module(toxencryptsave 348add_module(toxencryptsave
347 toxencryptsave/toxencryptsave.c) 349 toxencryptsave/toxencryptsave.c
350 toxencryptsave/toxencryptsave.h)
348target_link_modules(toxencryptsave toxcore) 351target_link_modules(toxencryptsave toxcore)
349 352
350################################################################################ 353################################################################################