2020-02-19 04:58:49 +04:00

18 lines
312 B
Python

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