tvl-depot/third_party/glog/bazel/example/BUILD

8 lines
113 B
Python

cc_test(
name = "main",
size = "small",
srcs = ["main.cc"],
deps = [
"//:glog",
],
)