From 462cf52cadb5c2dd3b65962f639bd2c08811058a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Oct 2014 18:59:24 -0500 Subject: [PATCH] Also remove output files. --- examples/step-52/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.5