mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
12 lines
248 B
CMake
12 lines
248 B
CMake
|
file(REMOVE_RECURSE
|
||
|
"CMakeFiles/fetch-translations"
|
||
|
"po"
|
||
|
"poqm"
|
||
|
"releaseme"
|
||
|
)
|
||
|
|
||
|
# Per-language clean rules from dependency scanning.
|
||
|
foreach(lang )
|
||
|
include(CMakeFiles/fetch-translations.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
endforeach()
|