glog/bazel/example/BUILD
2018-01-04 11:35:53 +01:00

9 lines
113 B
Python

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