From b1023b2fb389f6760c0658274c9d13ed37f87927 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 23 Aug 2012 17:43:26 +0200 Subject: Set up build system --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..38e5e96 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 2.8.3) +project(FFD C) + +set(CMAKE_MODULE_PATH ${FFD_SOURCE_DIR}) + +add_subdirectory(ffvisd) -- cgit v1.2.3