Add MODULE.bazel file to support Bzlmod

This commit is contained in:
Vertexwahn 2023-09-16 12:54:09 +02:00 committed by Andreas Schuh
parent a738fdf933
commit 3df39f3a03

4
MODULE.bazel Normal file
View file

@ -0,0 +1,4 @@
module(
name = "gflags",
compatibility_level = 1,
)