This commit is contained in:
Jose
2024-10-17 15:41:09 +02:00
parent 3a87eb5751
commit 6db0784f9b
54 changed files with 5856 additions and 0 deletions

View File

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