bolt/deps/llvm-18.1.8/third-party/benchmark/bindings/python/python_headers.BUILD

7 lines
136 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
cc_library(
name = "python_headers",
hdrs = glob(["**/*.h"]),
includes = ["."],
visibility = ["//visibility:public"],
)