blob: cbc85818f3e17180423a5483f201b640c194c9fc [file] [log] [blame]
Brian Silvermanf2639282018-08-04 16:46:11 -07001licenses(["notice"]) # boost
2
3cc_library(
4 name = "math",
5 hdrs = glob(["include/**"]),
6 includes = ["include"],
7 visibility = ["//visibility:public"],
8)