From: Luca Heltai Date: Mon, 17 Nov 2014 18:57:45 +0000 (+0100) Subject: Fixed install files for step-54. X-Git-Tag: v8.2.0-rc1~60^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f56980d617033637b85826c45ddf3187490416;p=dealii.git Fixed install files for step-54. --- 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")