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