8 lines
188 B
Python
8 lines
188 B
Python
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||
|
|
|
||
|
|
git_repository(
|
||
|
|
name = "googletest",
|
||
|
|
remote = "https://github.com/google/googletest",
|
||
|
|
branch = "main",
|
||
|
|
)
|