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