Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11_bazel
/
46327271b2b456657e91a2cf8f19c840a1e2f898
/
.
/
examples
/
embed
/
BUILD.bazel
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"
],
)