From 511a0a0273276a41b73c45a2470ad872fdde1381 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 28 Feb 2012 16:00:51 +0100 Subject: Migrate to CMake --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..c17b742 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 2.6) +project(FASTD) + +set(CMAKE_MODULE_PATH ${FASTD_SOURCE_DIR}) + +#configure_file(${FAST_SOURCE_DIR}/config.h.in ${FAST_BINARY_DIR}/config.h) + +add_subdirectory(src) -- cgit v1.2.3