blob: 343a0370c2d616aa7367b466d127acf2406ffed1 [file]
load("@rules_cc//cc:defs.bzl", "cc_library")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "boost.rational",
hdrs = glob([
"include/**/*.hpp",
]),
includes = ["include"],
features = [
"parse_headers",
],
deps = [
"@boost.assert",
"@boost.config",
"@boost.core",
"@boost.integer",
"@boost.static_assert",
"@boost.throw_exception",
"@boost.type_traits",
"@boost.utility",
],
)