aboutsummaryrefslogtreecommitdiff
path: root/libcmix
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix')
-rw-r--r--libcmix/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcmix/CMakeLists.txt b/libcmix/CMakeLists.txt
index 826a604..fe65e7a 100644
--- a/libcmix/CMakeLists.txt
+++ b/libcmix/CMakeLists.txt
@@ -10,3 +10,7 @@ target_include_directories(cmix
target_compile_options(cmix
PRIVATE -std=c99
)
+
+target_link_libraries(cmix
+ PUBLIC cmix-crypto
+)