From 825fc3d44eb6a3837bb922815c4351aa011a213c Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 30 Aug 2016 11:07:18 +0200 Subject: Proof of concept skeleton, linktime algorithm implementation selection. --- libcmix-crypto/CMakeLists.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'libcmix-crypto/CMakeLists.txt') diff --git a/libcmix-crypto/CMakeLists.txt b/libcmix-crypto/CMakeLists.txt index 3bbbae6..1be60dc 100644 --- a/libcmix-crypto/CMakeLists.txt +++ b/libcmix-crypto/CMakeLists.txt @@ -1,6 +1,7 @@ add_library(cmix-crypto message.h message.c + keymanagement.h keymanagement.c ) target_include_directories(cmix-crypto @@ -8,5 +9,13 @@ target_include_directories(cmix-crypto ) target_compile_options(cmix-crypto - PUBLIC "-std=c99" -) \ No newline at end of file + PRIVATE "-std=c99" +) + +add_library(libsodium_curve25519 + libsodium_curve25519.c +) + +target_link_libraries(cmix-crypto + PUBLIC libsodium_curve25519 +) -- cgit v1.2.3-70-g09d2