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