cmake_clean.cmake
Go to the documentation of this file.
1 file(REMOVE_RECURSE
2  "../../bin/pvpython"
3  "../../bin/pvpython.pdb"
4  "CMakeFiles/pvpython.dir/pvpython.cxx.o"
5 )
6 
7 # Per-language clean rules from dependency scanning.
8 foreach(lang CXX)
9  include(CMakeFiles/pvpython.dir/cmake_clean_${lang}.cmake OPTIONAL)
10 endforeach()