clean_additional.cmake
Go to the documentation of this file.
1 # Additional clean files
2 cmake_minimum_required(VERSION 3.16)
3 
4 if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
5  file(REMOVE_RECURSE
6  "Clients/ParaView/CMakeFiles/paraview_autogen.dir/AutogenUsed.txt"
7  "Clients/ParaView/CMakeFiles/paraview_autogen.dir/ParseCache.txt"
8  "Clients/ParaView/Documentation/vtkParaViewDocumentation_autogen"
9  "Clients/ParaView/paraview_autogen"
10  "Plugins/BagPlotViewsAndFilters/BagPlotViewsAndFilters_autogen"
11  "Plugins/BivariateRepresentations/BivariateRepresentations_autogen"
12  "Plugins/BivariateRepresentations/CMakeFiles/BivariateRepresentations_autogen.dir/AutogenUsed.txt"
13  "Plugins/BivariateRepresentations/CMakeFiles/BivariateRepresentations_autogen.dir/ParseCache.txt"
14  "Plugins/EmbossingRepresentations/CMakeFiles/EmbossingRepresentations_autogen.dir/AutogenUsed.txt"
15  "Plugins/EmbossingRepresentations/CMakeFiles/EmbossingRepresentations_autogen.dir/ParseCache.txt"
16  "Plugins/EmbossingRepresentations/EmbossingRepresentations_autogen"
17  "Plugins/FlipBook/CMakeFiles/FlipBookPlugin_autogen.dir/AutogenUsed.txt"
18  "Plugins/FlipBook/CMakeFiles/FlipBookPlugin_autogen.dir/ParseCache.txt"
19  "Plugins/FlipBook/FlipBookPlugin_autogen"
20  "Plugins/LagrangianParticleTracker/CMakeFiles/LagrangianParticleTracker_autogen.dir/AutogenUsed.txt"
21  "Plugins/LagrangianParticleTracker/CMakeFiles/LagrangianParticleTracker_autogen.dir/ParseCache.txt"
22  "Plugins/LagrangianParticleTracker/LagrangianParticleTracker_autogen"
23  "Plugins/NodeEditor/CMakeFiles/NodeEditor_autogen.dir/AutogenUsed.txt"
24  "Plugins/NodeEditor/CMakeFiles/NodeEditor_autogen.dir/ParseCache.txt"
25  "Plugins/NodeEditor/NodeEditor_autogen"
26  "Plugins/NonOrthogonalSource/CMakeFiles/NonOrthogonalSource_autogen.dir/AutogenUsed.txt"
27  "Plugins/NonOrthogonalSource/CMakeFiles/NonOrthogonalSource_autogen.dir/ParseCache.txt"
28  "Plugins/NonOrthogonalSource/NonOrthogonalSource_autogen"
29  "Plugins/Prism/CMakeFiles/Prism_autogen.dir/AutogenUsed.txt"
30  "Plugins/Prism/CMakeFiles/Prism_autogen.dir/ParseCache.txt"
31  "Plugins/Prism/Prism_autogen"
32  "Plugins/SLACTools/CMakeFiles/SLACTools_autogen.dir/AutogenUsed.txt"
33  "Plugins/SLACTools/CMakeFiles/SLACTools_autogen.dir/ParseCache.txt"
34  "Plugins/SLACTools/SLACTools_autogen"
35  "Plugins/SaveStateAndScreenshot/CMakeFiles/SaveStateAndScreenshot_autogen.dir/AutogenUsed.txt"
36  "Plugins/SaveStateAndScreenshot/CMakeFiles/SaveStateAndScreenshot_autogen.dir/ParseCache.txt"
37  "Plugins/SaveStateAndScreenshot/SaveStateAndScreenshot_autogen"
38  "Plugins/StreamLinesRepresentation/CMakeFiles/StreamLinesRepresentation_autogen.dir/AutogenUsed.txt"
39  "Plugins/StreamLinesRepresentation/CMakeFiles/StreamLinesRepresentation_autogen.dir/ParseCache.txt"
40  "Plugins/StreamLinesRepresentation/StreamLinesRepresentation_autogen"
41  "Qt/ApplicationComponents/CMakeFiles/pqApplicationComponents_autogen.dir/AutogenUsed.txt"
42  "Qt/ApplicationComponents/CMakeFiles/pqApplicationComponents_autogen.dir/ParseCache.txt"
43  "Qt/ApplicationComponents/pqApplicationComponents_autogen"
44  "Qt/Components/CMakeFiles/pqComponents_autogen.dir/AutogenUsed.txt"
45  "Qt/Components/CMakeFiles/pqComponents_autogen.dir/ParseCache.txt"
46  "Qt/Components/pqComponents_autogen"
47  "Qt/Core/CMakeFiles/pqCore_autogen.dir/AutogenUsed.txt"
48  "Qt/Core/CMakeFiles/pqCore_autogen.dir/ParseCache.txt"
49  "Qt/Core/pqCore_autogen"
50  "Qt/Python/CMakeFiles/pqPython_autogen.dir/AutogenUsed.txt"
51  "Qt/Python/CMakeFiles/pqPython_autogen.dir/ParseCache.txt"
52  "Qt/Python/pqPython_autogen"
53  "Qt/Widgets/CMakeFiles/pqWidgets_autogen.dir/AutogenUsed.txt"
54  "Qt/Widgets/CMakeFiles/pqWidgets_autogen.dir/ParseCache.txt"
55  "Qt/Widgets/pqWidgets_autogen"
56  "ThirdParty/QtTesting/vtkqttesting/CMakeFiles/qttesting_autogen.dir/AutogenUsed.txt"
57  "ThirdParty/QtTesting/vtkqttesting/CMakeFiles/qttesting_autogen.dir/ParseCache.txt"
58  "ThirdParty/QtTesting/vtkqttesting/qttesting_autogen"
59  "VTK/GUISupport/Qt/CMakeFiles/GUISupportQt_autogen.dir/AutogenUsed.txt"
60  "VTK/GUISupport/Qt/CMakeFiles/GUISupportQt_autogen.dir/ParseCache.txt"
61  "VTK/GUISupport/Qt/GUISupportQt_autogen"
62  )
63 endif()
#define VERSION
Definition: jconfigint.h:17