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