blob: ef26b1f10bbbc2a0cc873d02950768ac097ac489 [file]
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "boost.static_string",
hdrs = glob([
"include/**/*.hpp",
]),
features = [
"parse_headers",
],
includes = ["include"],
visibility = ["//visibility:public"],
deps = [
"@boost.assert",
"@boost.config",
"@boost.container_hash",
"@boost.core",
"@boost.static_assert",
"@boost.throw_exception",
"@boost.utility",
],
)