load("@rules_cc//cc:defs.bzl", "cc_library") | |
package(default_visibility = ["//visibility:public"]) | |
cc_library( | |
name = "boost.static_assert", | |
hdrs = glob([ | |
"include/**/*.hpp", | |
]), | |
features = ["parse_headers"], | |
includes = ["include"], | |
deps = ["@boost.config"], | |
) |