aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-01 10:02:15 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-01 10:02:15 +0200
commit7e30f35cfc42ac3983dfa281d554df9aa9485a99 (patch)
tree5b11a3e14a2a60cdb80db1fca1d0d3f850f97bac /libcmix-crypto/CMakeLists.txt
parent37effc3e136c73afd4d6ba37d23a91766795d0f7 (diff)
downloadcmix-7e30f35cfc42ac3983dfa281d554df9aa9485a99.tar.gz
cmix-7e30f35cfc42ac3983dfa281d554df9aa9485a99.tar.bz2
cmix-7e30f35cfc42ac3983dfa281d554df9aa9485a99.zip
Fixes the build for mxe-cross-builds, and if building shared libraries.
Diffstat (limited to 'libcmix-crypto/CMakeLists.txt')
-rw-r--r--libcmix-crypto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmix-crypto/CMakeLists.txt b/libcmix-crypto/CMakeLists.txt
index dea1196..0986024 100644
--- a/libcmix-crypto/CMakeLists.txt
+++ b/libcmix-crypto/CMakeLists.txt
@@ -37,4 +37,4 @@ option(UseEC "Use curve25519 instead of RSA" ON)
target_link_libraries(cmix-crypto
INTERFACE curve25519-implementation
INTERFACE elgamal-implementation
-)
+) \ No newline at end of file