mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 13:23:09 +02:00
14 lines
360 B
CMake
14 lines
360 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/boing.dir/__/deps/glad_gl.c.o"
|
|
"CMakeFiles/boing.dir/__/deps/glad_gl.c.o.d"
|
|
"CMakeFiles/boing.dir/boing.c.o"
|
|
"CMakeFiles/boing.dir/boing.c.o.d"
|
|
"boing"
|
|
"boing.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/boing.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|