Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
- http_archive(
- name = "com_google_googletest",
- urls = ["https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip"],
- strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement