json/benchmarks/thirdparty/benchmark/bindings/python/python_headers.BUILD

7 lines
136 B
Plaintext
Raw Normal View History

2021-01-23 15:59:52 +03:00
cc_library(
name = "python_headers",
hdrs = glob(["**/*.h"]),
includes = ["."],
visibility = ["//visibility:public"],
)