From 34720e38443c9e250752722a29370676a8524f3b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 13 Jul 2010 11:26:04 +0000 Subject: [PATCH] Forgotten. --- bootstrap/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bootstrap/CMakeLists.txt diff --git a/bootstrap/CMakeLists.txt b/bootstrap/CMakeLists.txt new file mode 100644 index 00000000..abe8cfae --- /dev/null +++ b/bootstrap/CMakeLists.txt @@ -0,0 +1,6 @@ + + project ( Goodies ) + +cmake_minimum_required ( VERSION 2.4.0 ) + + add_subdirectory ( cmake_modules )