From 095ca93d81cfae0fcb137919231810577c556404 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 28 Oct 2013 16:59:42 +0100 Subject: Organize method and protocol source files into distinct source directories --- src/protocols/ec25519_fhmqvc/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/protocols/ec25519_fhmqvc/CMakeLists.txt (limited to 'src/protocols/ec25519_fhmqvc/CMakeLists.txt') diff --git a/src/protocols/ec25519_fhmqvc/CMakeLists.txt b/src/protocols/ec25519_fhmqvc/CMakeLists.txt new file mode 100644 index 0000000..ff1e246 --- /dev/null +++ b/src/protocols/ec25519_fhmqvc/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories(BEFORE ${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR} ${UECC_INCLUDE_DIRS}) + +add_library(protocol_ec25519_fhmqvc OBJECT + ec25519_fhmqvc.c +) +set_property(TARGET protocol_ec25519_fhmqvc PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}") -- cgit v1.2.3