Skip to content

Commit

Permalink
Migrate to MODULE.bazel to support Bazel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-s-persson committed Dec 18, 2023
1 parent 542a055 commit 998da1a
Show file tree
Hide file tree
Showing 4 changed files with 1,742 additions and 23 deletions.
10 changes: 10 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

module(
name = "x_edr_genit",
)

bazel_dep(name = "abseil-cpp", version = "20230802.0", repo_name = "com_google_absl")

bazel_dep(name = "rules_cc", version = "0.0.9")

bazel_dep(name = "googletest", version = "1.14.0", repo_name = "com_google_googletest")
Loading

0 comments on commit 998da1a

Please sign in to comment.