diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2017-04-16 22:49:17 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2017-04-16 22:49:17 +0200 |
| commit | 4895eff27938fa72e5a638ff173920e823ebb115 (patch) | |
| tree | 6e8424f95f6b3c4cefd6ef4d1891a76059ce8276 /libcmix-crypto/curve25519/sodium/CMakeLists.txt | |
| parent | 33f81a3a57a047326160f371f3269dfb47c59cba (diff) | |
| download | cmix-4895eff27938fa72e5a638ff173920e823ebb115.tar.gz cmix-4895eff27938fa72e5a638ff173920e823ebb115.tar.bz2 cmix-4895eff27938fa72e5a638ff173920e823ebb115.zip | |
Updated documentation and bumped Cmix to Version 1.0
Diffstat (limited to 'libcmix-crypto/curve25519/sodium/CMakeLists.txt')
| -rw-r--r-- | libcmix-crypto/curve25519/sodium/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libcmix-crypto/curve25519/sodium/CMakeLists.txt b/libcmix-crypto/curve25519/sodium/CMakeLists.txt deleted file mode 100644 index f93abb4..0000000 --- a/libcmix-crypto/curve25519/sodium/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -include(get_target_name) - -get_target_name(target_name algo api) - -find_package(sodium REQUIRED CONFIG) - -add_library(${target_name} SHARED - libsodium_curve25519.c -) - -target_link_libraries(${target_name} - PRIVATE curve25519-interface - PUBLIC sodium -) |
