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