aosp12/external/tensorflow/third_party/systemlibs/pybind11.BUILD

9 lines
175 B
Plaintext
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pybind11",
deps = [
"@org_tensorflow//third_party/python_runtime:headers",
],
)