Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
53567b9fb8dc55d7dfea9e2745f7bba2ea6bf33a
/
.
/
modules
/
boost.lambda2
/
1.88.0.bcr.3
/
overlay
/
BUILD.bazel
blob: 1f865b6f7060ad903228055a1423d68643485677 [
file
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
cc_library
(
name
=
"boost.lambda2"
,
hdrs
=
glob
(
[
"include/**/*.hpp"
,
],
),
features
=
[
"parse_headers"
,
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)