Skip to content

Commit

Permalink
Add missing repository dependency in bazel_usage_example.
Browse files Browse the repository at this point in the history
  • Loading branch information
poletti-marco committed Jun 25, 2024
1 parent dab5bdf commit f47f76e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extras/bazel_usage_example/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ git_repository(
load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
boost_deps()

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "com_google_googletest",
remote = "https://github.com/google/googletest",
# GTest HEAD as of August 2018.
commit = "9c96f500a39df6915f8f1ab53b60be9889f1572b",
)

git_repository(
name = "com_google_fruit",
Expand Down

0 comments on commit f47f76e

Please sign in to comment.