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