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