blob: 8f090428b9e87f7d3f258bd05ea8e6e9c8a78618 [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "move",
hdrs = glob(["include/**"]),
includes = ["include"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
)