3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-29 23:33:38 +00:00

Expose z3_static target for Bazel build

This commit is contained in:
Nikhil Idiculla 2025-05-25 19:50:46 -07:00
parent 80c553d24a
commit 043328577c
3 changed files with 44 additions and 3 deletions

View file

@ -17,3 +17,5 @@ bazel_dep(
version = "8.0.1",
dev_dependency = True,
)
bazel_dep(name = "platforms", version = "0.0.11")