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

Expose z3_static target for Bazel build (#7660)

This commit is contained in:
Nikhil Idiculla 2025-06-03 02:51:18 -07:00 committed by GitHub
parent e2e54527db
commit bcedb66911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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")