cmake_clean.cmake 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 file(REMOVE_RECURSE "CMakeFiles/example8.dir/example8.cpp.o" "example8" "example8.pdb" ) # Per-language clean rules from dependency scanning. foreach(lang CXX) include(CMakeFiles/example8.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach()