blob: e39c98b199e67c80be4e642b84ff39c7c27e1704 [file] [log] [blame]
Brian Silvermanf2639282018-08-04 16:46:11 -07001licenses(["notice"]) # boost
2
3cc_library(
4 name = "move",
5 hdrs = glob(["include/**"]),
6 includes = ["include"],
7 visibility = ["//visibility:public"],
8)