9 lines
214 B
CMake
9 lines
214 B
CMake
|
file(REMOVE_RECURSE
|
||
|
"CMakeFiles/serial_uninstall"
|
||
|
)
|
||
|
|
||
|
# Per-language clean rules from dependency scanning.
|
||
|
foreach(lang )
|
||
|
include(CMakeFiles/serial_uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
endforeach()
|