Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
third-party
/
benchmark
/
bindings
/
python
/
python_headers.BUILD
blob: 8f139f8621e01547c3d1ac83a5321be099ae1861 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"python_headers"
,
hdrs
=
glob
([
"**/*.h"
]),
includes
=
[
"."
],
visibility
=
[
"//visibility:public"
],
)