tensorflow/third_party/systemlibs/pybind11.BUILD
David Dunleavy c5f3cdb243 Internal dir restructure
PiperOrigin-RevId: 756084150
2025-05-07 18:32:02 -07:00

9 lines
174 B
Plaintext

package(default_visibility = ["//visibility:public"])
cc_library(
name = "pybind11",
deps = [
"@xla@local_xla//third_party/python_runtime:headers",
],
)