load("@rules_cc//cc:cc_library.bzl", "cc_library") cc_library( name = "boost.static_string", hdrs = glob([ "include/**/*.hpp", ]), features = [ "parse_headers", ], includes = ["include"], visibility = ["//visibility:public"], deps = [ "@boost.assert", "@boost.config", "@boost.container_hash", "@boost.core", "@boost.throw_exception", "@boost.utility", ], )