2019-11-14 23:27:44 +04:00

15 lines
328 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "Markdown",
srcs = glob([
"Source/**/*.swift",
]),
deps = [
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)