From: Wolfgang Bangerth Date: Mon, 13 Oct 2014 23:59:24 +0000 (-0500) Subject: Also remove output files. X-Git-Tag: v8.2.0-rc1~107^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=462cf52cadb5c2dd3b65962f639bd2c08811058a;p=dealii.git Also remove output files. --- diff --git a/examples/step-52/CMakeLists.txt b/examples/step-52/CMakeLists.txt index 11618a73e7..af458efbe1 100644 --- a/examples/step-52/CMakeLists.txt +++ b/examples/step-52/CMakeLists.txt @@ -19,6 +19,9 @@ SET(TARGET_SRC ${TARGET}.cc ) +# Define the output that should be cleaned: +SET(CLEAN_UP_FILES *.vtu) + # Usually, you will not need to modify anything beyond this point... CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)