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