aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/curve25519/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/curve25519/CMakeLists.txt')
-rw-r--r--libcmix-crypto/curve25519/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcmix-crypto/curve25519/CMakeLists.txt b/libcmix-crypto/curve25519/CMakeLists.txt
index 7885e7d..dc29c4d 100644
--- a/libcmix-crypto/curve25519/CMakeLists.txt
+++ b/libcmix-crypto/curve25519/CMakeLists.txt
@@ -5,8 +5,12 @@ target_include_directories(curve25519-interface
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
)
+target_sources(curve25519-interface
+ INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/curve25519.h
+)
+
target_link_libraries(curve25519-interface
- INTERFACE cmix-crypto-interface
+ INTERFACE cmix-crypto
)
foreach(impl ${curve25519_implementations})