blob: 97214f5d30b5bd3a74e8a4e6a4bb8a0cdfdfb7bb [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "math",
hdrs = glob(["include/**"]),
includes = ["include"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
)