From 999ae91ffd212cce4b9e9a887e7983bbbc54136b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 13 Mar 2012 00:18:43 +0100 Subject: Initial version --- src/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..1bad208 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,7 @@ +include_directories(${LIBUECC_SOURCE_DIR}/include) + +add_library(uecc STATIC ec25519.c) + +install(TARGETS uecc + ARCHIVE DESTINATION lib +) -- cgit v1.2.3