Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
bae6602a54313c059e416451d0860107b9fddfb7
/
.
/
modules
/
boost.predef
/
1.83.0.bcr.1
/
overlay
/
BUILD.bazel
blob: f4ca38955fabe9f3969ac116db00e39841f3ab62 [
file
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"boost.predef"
,
hdrs
=
glob
([
"include/**/*.h"
,
]),
features
=
[
"parse_headers"
,
],
includes
=
[
"include"
],
)