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