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-lib.dir/src/controller/MyController.cpp.o"
"CMakeFiles/my-project-lib.dir/src/controller/MyController.cpp.o.d"
"libmy-project-lib.a"
"libmy-project-lib.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/my-project-lib.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()