7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-04 18:00:52 -04:00
Files
RaylibTemplate-C/build/CMakeFiles/example.dir/cmake_clean.cmake
2025-11-03 02:11:38 +00:00

13 lines
318 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/example.dir/link.d"
"CMakeFiles/example.dir/src/main.c.o"
"CMakeFiles/example.dir/src/main.c.o.d"
"example"
"example.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/example.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()