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 --- CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..75f166b --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 2.6) +project(LIBUAES C) + +set(CMAKE_MODULE_PATH ${LIBUAES_SOURCE_DIR}) + +add_subdirectory(src) + +FILE(GLOB include_files "${CMAKE_CURRENT_SOURCE_DIR}/include/libuaes/*.h") +install(FILES ${include_files} DESTINATION include/libuaes) -- cgit v1.2.3