From 20ee3b5a4f110f53a73746e18fc0eb0cbbb7845c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 Nov 2013 04:32:18 +0100 Subject: Implement the first step towards a more flexible way to support crypto methods --- src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt (limited to 'src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt') diff --git a/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt b/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt new file mode 100644 index 0000000..50e4b4c --- /dev/null +++ b/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories(${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR} ${NACL_INCLUDE_DIRS}) + +add_library(cipher_aes128_ctr_nacl OBJECT + cipher_aes128_ctr_nacl.c +) +set_property(TARGET method_xsalsa20_poly1305 PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}") -- cgit v1.2.3