From d32e734d25c4bc627fb7a9060c65b2cd2e5f5b64 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2015 17:40:49 -0500 Subject: [PATCH] Add a dummy cmake file that will simply be called when later unpacking the repository from the deal.II doc generators. --- CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..9fa97ff --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,17 @@ +## --------------------------------------------------------------------- +## +## Copyright (C) 2015 by the deal.II authors +## +## This file is part of the deal.II code gallery. +## +## The deal.II code gallery is free software; you can use it, redistribute +## it, and/or modify it under the terms of the GNU Lesser General +## Public License as published by the Free Software Foundation; either +## version 2.1 of the License, or (at your option) any later version. +## The full text of the license can be found in the file LICENSE at +## the top level of the deal.II distribution. +## +## --------------------------------------------------------------------- + + +MESSAGE(STATUS "This is the deal.II code gallery") -- 2.39.5