Revision 00486476193b0c23334592749db3a77df7d1db40 authored by Gennadiy Civil on 27 July 2018, 19:15:11 UTC, committed by GitHub on 27 July 2018, 19:15:11 UTC
Formatting changes for automatic code management
2 parent s 40904f8 + ec13264
Raw File
WORKSPACE
workspace(name = "com_google_googletest")

# Abseil
http_archive(
     name = "com_google_absl",
     urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"],
     strip_prefix = "abseil-cpp-master",
)
back to top