Adding build folder with all compilations and missing cmake files

This commit is contained in:
2026-04-22 15:18:22 +02:00
parent b4f87037ac
commit f8d3c05f3c
27494 changed files with 5406753 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
file(REMOVE_RECURSE
"CMakeFiles/urm37-uart-example-c.dir/link.d"
"CMakeFiles/urm37-uart-example-c.dir/urm37-uart.c.o"
"CMakeFiles/urm37-uart-example-c.dir/urm37-uart.c.o.d"
"urm37-uart-example-c"
"urm37-uart-example-c.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/urm37-uart-example-c.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()