You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
255 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/C.dir/C.cpp.obj"
"C.pdb"
"C.exe"
"C.exe.manifest"
"libC.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/C.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()