mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Adding Google test dependency.
This commit is contained in:
parent
a147b7da27
commit
68324a90e8
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
# Bazel (https://bazel.build/) workspace.
|
||||
|
||||
workspace(name = "com_github_utfcpp")
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
name = "com_google_googletest",
|
||||
strip_prefix = "googletest-master",
|
||||
urls = ["https://github.com/google/googletest/archive/master.zip"],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue