merge(3p/glog): Vendor glog from commit 'afe04691'
This commit is contained in:
commit
6941048b7e
133 changed files with 23455 additions and 0 deletions
8
third_party/glog/bazel/example/BUILD
vendored
Normal file
8
third_party/glog/bazel/example/BUILD
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cc_test(
|
||||
name = "main",
|
||||
size = "small",
|
||||
srcs = ["main.cc"],
|
||||
deps = [
|
||||
"//:glog",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue