From: Wolfgang Bangerth Date: Wed, 23 Sep 2015 22:40:49 +0000 (-0500) Subject: Add a dummy cmake file that will simply be called when later unpacking X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32e734d25c4bc627fb7a9060c65b2cd2e5f5b64;p=code-gallery.git Add a dummy cmake file that will simply be called when later unpacking the repository from the deal.II doc generators. --- 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")