forked from minetest-mods/irc
9 lines
201 B
CMake
9 lines
201 B
CMake
FILE(REMOVE_RECURSE
|
|
"CMakeFiles/pack_mod"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
FOREACH(lang)
|
|
INCLUDE(CMakeFiles/pack_mod.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
ENDFOREACH(lang)
|