Project import generated by Copybara.

PiperOrigin-RevId: 264239673
This commit is contained in:
MediaPipe Team 2019-08-19 14:15:40 -07:00 committed by jqtang
parent b83cfcc9b5
commit 731d2b9536

View File

@ -25,6 +25,12 @@ http_archive(
strip_prefix = "abseil-cpp-a02f62f456f2c4a7ecf2be3104fe0c6e16fbad9a",
)
http_archive(
name = "rules_cc",
strip_prefix = "rules_cc-master",
urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
)
# GoogleTest/GoogleMock framework. Used by most unit-tests.
http_archive(
name = "com_google_googletest",