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