Design/build/chainOfResponsibility/CMakeFiles/chainOfResponsibility.dir/cmake_clean.cmake
2024-10-28 14:07:29 +08:00

12 lines
422 B
CMake

file(REMOVE_RECURSE
"/Users/moye/code/Design/bin/Design/chainOfResponsibility"
"/Users/moye/code/Design/bin/Design/chainOfResponsibility.pdb"
"CMakeFiles/chainOfResponsibility.dir/main.cpp.o"
"CMakeFiles/chainOfResponsibility.dir/main.cpp.o.d"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/chainOfResponsibility.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()