Files
Compound/CMakeFiles/CompoundTest.dir/cmake_clean.cmake
William 143c921a8a (INI) Initiated MemMan
(MOD) Extended abtilities of Status

(ADD) Introduced CMake building system for Compound
2024-04-13 19:42:50 +08:00

12 lines
301 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/CompoundTest.dir/test.c.o"
"CMakeFiles/CompoundTest.dir/test.c.o.d"
"CompoundTest"
"CompoundTest.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/CompoundTest.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()