mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
8 lines
213 B
Python
8 lines
213 B
Python
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",
|
|
)
|