12 lines
316 B
CMake
12 lines
316 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/test_simple.dir/test_simple.cpp.o"
|
|
"CMakeFiles/test_simple.dir/test_simple.cpp.o.d"
|
|
"test_simple"
|
|
"test_simple.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/test_simple.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|