3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 21:16:02 +00:00
z3/test-cmake/examples/CMakeFiles/z3_tptp5.dir/cmake_clean.cmake
copilot-swe-agent[bot] 4e51949669 Create VERSION.txt and update CMakeLists.txt to read version from file
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2025-08-20 15:45:25 +00:00

16 lines
619 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/z3_tptp5"
"CMakeFiles/z3_tptp5-complete"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-build"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-configure"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-download"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-install"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-mkdir"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-patch"
"z3_tptp5-prefix/src/z3_tptp5-stamp/z3_tptp5-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/z3_tptp5.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()