load("@rules_cc//cc:cc_library.bzl", "cc_library") cc_library( name = "boost.numeric_conversion", hdrs = glob([ "include/**/*.hpp", ]), features = [ "parse_heasders", ], includes = ["include"], visibility = ["//visibility:public"], deps = [ "@boost.config", "@boost.conversion", "@boost.core", "@boost.mpl", "@boost.preprocessor", "@boost.throw_exception", "@boost.type_traits", ], )