Revision 40904f897048f26c7af0b199e31f8385c446fcf9 authored by Gennadiy Civil on 25 July 2018, 14:43:26 UTC, committed by GitHub on 25 July 2018, 14:43:26 UTC
2 parent s 78b4924 + ed1edf6
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