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