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