blob: 10fe510d6af755987f669a4edeb50338b0352415 [file] [log] [blame]
Brian Silvermana8ae8e92018-07-07 15:33:10 -07001licenses(["notice"])
2
3cc_library(
4 name = "GSL",
5 hdrs = glob(["include/**"]),
6 includes = ["include"],
7 visibility = ["//visibility:public"],
8)