Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
08a7eb8d86c24d4acf93b5ee1447f1c99d2dcb0e
/
.
/
modules
/
boost.vmd
/
1.89.0
/
overlay
/
BUILD.bazel
blob: 7909ff47a4409662cf765864cdfcf668dee1c50f [
file
] [
log
] [
blame
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_library"
)
cc_library
(
name
=
"boost.vmd"
,
hdrs
=
glob
([
"include/**/*.hpp"
,
]),
features
=
[
"parse_headers"
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@boost.preprocessor"
,
],
)