This commit is contained in:
huoji
2023-05-07 16:29:16 +08:00
commit 9c4c45ef38
49 changed files with 4928 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/safe_duck.dir/safe_duck.cpp.o"
"CMakeFiles/safe_duck.dir/safe_duck.cpp.o.d"
"safe_duck"
"safe_duck.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/safe_duck.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()