From 7e30f35cfc42ac3983dfa281d554df9aa9485a99 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 1 Oct 2016 10:02:15 +0200 Subject: Fixes the build for mxe-cross-builds, and if building shared libraries. --- libcmix-crypto/curve25519/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libcmix-crypto/curve25519/CMakeLists.txt') diff --git a/libcmix-crypto/curve25519/CMakeLists.txt b/libcmix-crypto/curve25519/CMakeLists.txt index ba79d87..afcc1b4 100644 --- a/libcmix-crypto/curve25519/CMakeLists.txt +++ b/libcmix-crypto/curve25519/CMakeLists.txt @@ -26,6 +26,7 @@ target_include_directories(curve25519-implementation ) target_link_libraries(curve25519-implementation + PUBLIC curve25519-interface PUBLIC curve25519-${curve25519_implementation} ) -- cgit v1.2.3-70-g09d2