mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
9 lines
193 B
CMake
9 lines
193 B
CMake
FILE(REMOVE_RECURSE
|
|
"CMakeFiles/dist"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
FOREACH(lang)
|
|
INCLUDE(CMakeFiles/dist.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
ENDFOREACH(lang)
|