feat: add support for bazel (#759)

This commit is contained in:
Jaya Kasa
2025-05-07 04:09:44 -04:00
committed by GitHub
parent 6325edefcf
commit a63f0c1ac3
7 changed files with 249 additions and 4 deletions

6
MODULE.bazel Normal file
View File

@@ -0,0 +1,6 @@
module(name = "snmalloc")
bazel_dep(name = "rules_cc", version = "0.1.1")
bazel_dep(name = "rules_foreign_cc", version = "0.14.0")
bazel_dep(name = "fuzztest", version = "20250214.0")
bazel_dep(name = "googletest", version = "1.16.0")