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