Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
f47895e5a9109b1053efa271261e081b611e1548
/
.
/
modules
/
boost.lambda2
/
1.88.0.bcr.1
/
overlay
/
BUILD.bazel
blob: 722dd1cb1f3f58a946c8f7214d1dfcebee723376 [
file
] [
log
] [
blame
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_library"
)
cc_library
(
name
=
"boost.lambda2"
,
hdrs
=
glob
(
[
"include/**/*.hpp"
,
],
),
features
=
[
"parse_headers"
,
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)