json/benchmarks/thirdparty/benchmark/bindings/python/python_headers.BUILD
2021-01-23 13:59:52 +01:00

7 lines
136 B
Plaintext
Executable File

cc_library(
name = "python_headers",
hdrs = glob(["**/*.h"]),
includes = ["."],
visibility = ["//visibility:public"],
)