From ec6a1303a20d414b726fd883c9f597723e5e3c17 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 25 Jun 2012 17:43:59 +0200 Subject: Create build files --- 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..cdacc71 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,7 @@ +include_directories(${LIBUAES_SOURCE_DIR}/include) + +add_library(uaes STATIC aes.c) + +install(TARGETS uaes + ARCHIVE DESTINATION lib +) -- cgit v1.2.3