mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
initial comit, ported scout_sdk and added hunter support
This commit is contained in:
8
unit_tests/googletest/WORKSPACE
Normal file
8
unit_tests/googletest/WORKSPACE
Normal file
@@ -0,0 +1,8 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user