load("@rules_cc//cc:cc_library.bzl", "cc_library") cc_library( name = "boost.lockfree", hdrs = glob(["include/**/*.hpp"]), features = ["parse_headers"], includes = ["include"], visibility = ["//visibility:public"], deps = [ "@boost.align", "@boost.assert", "@boost.atomic", "@boost.config", "@boost.core", "@boost.parameter", "@boost.predef", "@boost.static_assert", "@boost.throw_exception", "@boost.type_traits", ], )