From ae1778e1184e4ee2228446433e06a9d950505bad Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 2 Sep 2014 10:30:35 -0500 Subject: [PATCH] Install the topography.txt.gz file of step-53. --- examples/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 422dbc6608..47239e0df0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,7 @@ ## --------------------------------------------------------------------- ## $Id$ ## -## Copyright (C) 2012 - 2013 by the deal.II authors +## Copyright (C) 2012 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -43,6 +43,7 @@ IF(DEAL_II_COMPONENT_EXAMPLES) PATTERN "obstacle_file.pbm" # step-42 PATTERN "untitled.geo" # step-49 PATTERN "untitled.msh" # step-49 + PATTERN "topography.txt.gz" # step-53 ) MESSAGE(STATUS "Setting up examples - Done") -- 2.39.5