3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +00:00

Create VERSION.txt and update CMakeLists.txt to read version from file

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-20 15:45:25 +00:00
parent 886b5e501a
commit 4e51949669
1611 changed files with 283331 additions and 1 deletions

View file

@ -0,0 +1,16 @@
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()