2025-06-28 19:48:34 +02:00

21 lines
352 B
Python

objc_library(
name = "OverlayStatusControllerImpl",
module_name = "OverlayStatusControllerImpl",
srcs = glob([
"Sources/**/*.m",
]),
hdrs = glob([
"Sources/**/*.h",
]),
includes = [
"Sources",
],
copts = [
"-Werror",
],
visibility = [
"//visibility:public",
],
)