13 lines
378 B
CMake
13 lines
378 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/a110x-example-cxx.dir/link.d"
|
|
"CMakeFiles/a110x-example-cxx.dir/a110x.cxx.o"
|
|
"CMakeFiles/a110x-example-cxx.dir/a110x.cxx.o.d"
|
|
"a110x-example-cxx"
|
|
"a110x-example-cxx.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/a110x-example-cxx.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|