blob: d31710965481545ba94172e1d07cd8d165d07c5b [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "detail",
hdrs = glob(["include/**"]),
includes = ["include"],
visibility = ["//visibility:public"],
)