mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
9 lines
224 B
TOML
9 lines
224 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/Z3Prover/z3/blob/master/README-CMake.md
|
|
[source]
|
|
git = "https://github.com/Z3Prover/z3"
|
|
rev = "z3-4.15.4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|