Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
b7e4ed95510784a337b21fcf01509ca96b51f05d
/
.
/
modules
/
boost.static_assert
/
1.89.0
/
overlay
/
BUILD.bazel
blob: 0b47b0f7e0da607d7dd7690c4af81001d550cffb [
file
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_library"
)
cc_library
(
name
=
"boost.static_assert"
,
hdrs
=
glob
([
"include/**/*.hpp"
,
]),
features
=
[
"parse_headers"
],
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@boost.config"
,
],
)