12 lines
309 B
CMake
12 lines
309 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/CompoundTest.dir/src/test.c.o"
|
|
"CMakeFiles/CompoundTest.dir/src/test.c.o.d"
|
|
"CompoundTest"
|
|
"CompoundTest.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/CompoundTest.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|