mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Add MODULE.bazel file to support Bzlmod
This commit is contained in:
parent
a738fdf933
commit
f5049330d3
1 changed files with 4 additions and 0 deletions
4
MODULE.bazel
Normal file
4
MODULE.bazel
Normal file
|
@ -0,0 +1,4 @@
|
|||
module(
|
||||
name = "gflags",
|
||||
compatibility_level = 1,
|
||||
)
|
Loading…
Add table
Reference in a new issue