blob: 57f357392ca9da60bd6f549df3991dcfe3756eb7 [file] [log] [blame]
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "boost.array",
hdrs = glob([
"include/**/*.hpp",
]),
features = ["parse_headers"],
includes = ["include"],
visibility = ["//visibility:public"],
deps = [
"@boost.assert",
"@boost.config",
"@boost.static_assert",
"@boost.throw_exception",
],
)