Skip to content

Instantly share code, notes, and snippets.

@HappyCerberus
Created December 1, 2021 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HappyCerberus/92fb13ca9682710bb51f1e44b6ac8bfd to your computer and use it in GitHub Desktop.
Save HappyCerberus/92fb13ca9682710bb51f1e44b6ac8bfd to your computer and use it in GitHub Desktop.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_google_googletest",
strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
urls = ["https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip"],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment