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