mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
Update index.html dependency with Bazel section.
This commit is contained in:
parent
b10f7430c7
commit
519ca1bfa4
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ add the following lines to your <code>WORKSPACE</code> file
|
|||
git_repository(
|
||||
name = "com_github_gflags_gflags",
|
||||
remote = "https://github.com/gflags/gflags.git",
|
||||
tags = ["v2.2.2"]
|
||||
tag = "v2.2.2"
|
||||
)
|
||||
</pre>
|
||||
|
||||
|
@ -172,7 +172,7 @@ In order to use the single-threaded shared gflags library, use the dependency
|
|||
cc_binary(
|
||||
name = "foo",
|
||||
srcs = ["main.cc"],
|
||||
deps = ["//external:gflags"],
|
||||
deps = ["@com_github_gflags_gflags//:gflags"],
|
||||
)
|
||||
</pre>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue