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

16 lines
388 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "OverlayStatusControllerImpl",
srcs = glob([
"Sources/**/*.m",
]),
exported_headers = glob([
"Sources/**/*.h",
]),
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)