licenses(["notice"])  # boost

cc_library(
    name = "static_assert",
    hdrs = glob(["include/**"]),
    includes = ["include"],
    target_compatible_with = ["@platforms//os:linux"],
    visibility = ["//visibility:public"],
)
