blob: e938dadf6205b470320e193ce3122c9efa37ac6e [file] [log] [blame]
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "boost.leaf",
hdrs = glob(
[
"include/**/*.hpp",
],
exclude = [
"include/boost/leaf/detail/**/*.hpp",
"include/boost/leaf/config/**/*.hpp",
],
),
features = [
"parse_headers",
],
includes = ["include"],
textual_hdrs = glob([
"include/boost/leaf/detail/**/*.hpp",
"include/boost/leaf/config/**/*.hpp",
]),
visibility = ["//visibility:public"],
)