blob: 62a28f38f3d88f107ddedef90157db9bd5b8e353 [file] [log] [blame]
licenses(["notice"])
load("//tools:environments.bzl", "mcu_cpus")
cc_library(
name = "GSL",
hdrs = glob(["include/**"]),
compatible_with = mcu_cpus,
includes = ["include"],
visibility = ["//visibility:public"],
)