From d3f56980d617033637b85826c45ddf3187490416 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 17 Nov 2014 19:57:45 +0100 Subject: [PATCH] Fixed install files for step-54. --- examples/CMakeLists.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 3f93352b0c..19751f81a6 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -37,12 +37,14 @@ IF(DEAL_II_COMPONENT_EXAMPLES) # # Special files: # - PATTERN "output.reference.dat" # step-39 - PATTERN "postprocess.pl" # step-39 - PATTERN "obstacle_file.pbm" # step-42 - PATTERN "untitled.geo" # step-49 - PATTERN "untitled.msh" # step-49 - PATTERN "topography.txt.gz" # step-53 + PATTERN "output.reference.dat" # step-39 + PATTERN "postprocess.pl" # step-39 + PATTERN "obstacle_file.pbm" # step-42 + PATTERN "untitled.geo" # step-49 + PATTERN "untitled.msh" # step-49 + PATTERN "topography.txt.gz" # step-53 + PATTERN "initial_mesh_3d.vtk" # step-54 + PATTERN "DTMB-5415_bulbous_bow.iges" # step-54 ) MESSAGE(STATUS "Setting up examples - Done") -- 2.39.5