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 )