blob: 10fe510d6af755987f669a4edeb50338b0352415 [file] [log] [blame]
licenses(["notice"])
cc_library(
name = "GSL",
hdrs = glob(["include/**"]),
includes = ["include"],
visibility = ["//visibility:public"],
)