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