17 lines
522 B
CMake
17 lines
522 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/MathFu"
|
|
"CMakeFiles/MathFu-complete"
|
|
"mathfu/src/MathFu-stamp/MathFu-build"
|
|
"mathfu/src/MathFu-stamp/MathFu-configure"
|
|
"mathfu/src/MathFu-stamp/MathFu-download"
|
|
"mathfu/src/MathFu-stamp/MathFu-install"
|
|
"mathfu/src/MathFu-stamp/MathFu-mkdir"
|
|
"mathfu/src/MathFu-stamp/MathFu-patch"
|
|
"mathfu/src/MathFu-stamp/MathFu-update"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang )
|
|
include(CMakeFiles/MathFu.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|