blob: 093853d709a07bbe0049ddb5db2cc8abd6f994bb [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "config",
hdrs = glob(["include/**"]),
includes = ["include"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
deps = [
"//third_party/boostorg/core",
],
)