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