blob: d1a9fabb315d621dc8a6b701a35d31336d037fe4 [file] [log] [blame]
load("@rules_cc//cc:defs.bzl", "cc_library")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "boost.tti",
hdrs = glob([
"include/**/*.hpp",
]),
includes = ["include"],
features = [
"parse_headers",
],
deps = [
"@boost.config",
"@boost.function_types",
"@boost.mpl",
"@boost.preprocessor",
"@boost.type_traits",
],
)