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