Cut over to Bazel.
This commit is contained in:
8
WORKSPACE
Normal file
8
WORKSPACE
Normal file
@@ -0,0 +1,8 @@
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
name = "com_google_googletest",
|
||||
sha256 = "983a7f2f4cc2a4d75d94ee06300c46a657291fba965e355d11ab3b6965a7b0e5",
|
||||
strip_prefix = "googletest-b796f7d44681514f58a683a3a71ff17c94edb0c1",
|
||||
urls = ["https://github.com/google/googletest/archive/b796f7d44681514f58a683a3a71ff17c94edb0c1.zip"],
|
||||
)
|
||||
Reference in New Issue
Block a user