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