blob: 9597c5c70d5ee778ecac8d11e0ddb46250d0babf [file]
load("@pybind11_bazel//:build_defs.bzl", "pybind_library", "pybind_library_test")
pybind_library(
name = "embed",
srcs = ["embed.cc"],
)
pybind_library_test(
name = "embed_test",
size= "small",
deps = [":embed"],
)