Files
cpp-project-template/third_party/prometheus/push/tests/integration/BUILD.bazel

6 lines
97 B
Python
Raw Normal View History

2025-08-22 18:22:57 +08:00
cc_binary(
name = "sample_client",
srcs = ["sample_client.cc"],
deps = ["//push"],
)