2019-09-25 00:00:49 +03:00

17 lines
443 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "GlassButtonNode",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
"//submodules/Display:Display#shared",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)