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