mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
16 lines
763 B
CMake
16 lines
763 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/userPropagator"
|
|
"CMakeFiles/userPropagator-complete"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-build"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-configure"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-download"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-install"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-mkdir"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-patch"
|
|
"userPropagator-prefix/src/userPropagator-stamp/userPropagator-update"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang )
|
|
include(CMakeFiles/userPropagator.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|