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