onnx-mlir/third_party/pybind11.BUILD

9 lines
157 B
Plaintext
Raw Permalink Normal View History

2020-10-13 17:19:49 +08:00
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pybind11",
hdrs = glob(["include/**/*."]),
includes = ["include"],
)