Files
cpp-project-template/third_party/prometheus/util/BUILD.bazel

7 lines
149 B
Python
Raw Normal View History

2025-08-22 18:22:57 +08:00
cc_library(
name = "util",
hdrs = glob(["include/**/*.h"]),
strip_include_prefix = "include",
visibility = ["//:__subpackages__"],
)