Files
Swiftgram/submodules/PlatformRestrictionMatching/BUILD
2021-07-21 21:43:20 +02:00

16 lines
359 B
Python

load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
swift_library(
name = "PlatformRestrictionMatching",
module_name = "PlatformRestrictionMatching",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/TelegramCore:TelegramCore",
],
visibility = [
"//visibility:public",
],
)