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