feat: add support for bazel (#759)
This commit is contained in:
6
MODULE.bazel
Normal file
6
MODULE.bazel
Normal 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")
|
||||
Reference in New Issue
Block a user