mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 17:09:02 +02:00
9 lines
191 B
CMake
9 lines
191 B
CMake
FILE(REMOVE_RECURSE
|
|
"CMakeFiles/lua"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
FOREACH(lang)
|
|
INCLUDE(CMakeFiles/lua.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
ENDFOREACH(lang)
|