From 4895eff27938fa72e5a638ff173920e823ebb115 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 16 Apr 2017 22:49:17 +0200 Subject: Updated documentation and bumped Cmix to Version 1.0 --- libcmix-crypto/curve25519/null/CMakeLists.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libcmix-crypto/curve25519/null/CMakeLists.txt (limited to 'libcmix-crypto/curve25519/null/CMakeLists.txt') diff --git a/libcmix-crypto/curve25519/null/CMakeLists.txt b/libcmix-crypto/curve25519/null/CMakeLists.txt deleted file mode 100644 index 94dac1b..0000000 --- a/libcmix-crypto/curve25519/null/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -include(get_target_name) - -get_target_name(target_name algo api) - -add_library(${target_name} SHARED - null_curve25519.c -) - -target_compile_options(${target_name} - PRIVATE -Wno-unused-parameter -) - -target_link_libraries(${target_name} - PRIVATE curve25519-interface -) -- cgit v1.2.3-70-g09d2