summaryrefslogtreecommitdiff
path: root/third-party/benchmark/bindings/python/python_headers.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/bindings/python/python_headers.BUILD')
-rw-r--r--third-party/benchmark/bindings/python/python_headers.BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third-party/benchmark/bindings/python/python_headers.BUILD b/third-party/benchmark/bindings/python/python_headers.BUILD
new file mode 100644
index 000000000000..9c34cf6ca4bd
--- /dev/null
+++ b/third-party/benchmark/bindings/python/python_headers.BUILD
@@ -0,0 +1,6 @@
+cc_library(
+ name = "python_headers",
+ hdrs = glob(["**/*.h"]),
+ includes = ["."],
+ visibility = ["//visibility:public"],
+)