2019-09-01 13:29:50 +04:00

18 lines
485 B
Python

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