mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
9 lines
206 B
CMake
9 lines
206 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/clang-format"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang )
|
|
include(CMakeFiles/clang-format.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|