Files
RaylibGame/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()