Skip to content

Commit

Permalink
Add MODULE.bazel file (#1059)
Browse files Browse the repository at this point in the history
This is the first step of the bzlmod migration: https://bazel.build/external/migration. If/when we no longer support older Bazel versions (bzlmod became GA in 6.0), we can remove WORKSPACE.
  • Loading branch information
Vertexwahn authored Jan 11, 2024
1 parent 7e6fca9 commit ac12a9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module(
name = "glog",
compatibility_level = 1,
)

bazel_dep(name = "gflags", version = "2.2.2", repo_name = "com_github_gflags_gflags")

0 comments on commit ac12a9e

Please sign in to comment.