mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Add bazel dependency
This commit is contained in:
parent
c66c70046d
commit
dabc6f8651
@ -1,5 +1,7 @@
|
||||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
|
||||
sgdeps = ["//Swiftgram/SGSimpleSettings:SGSimpleSettings"]
|
||||
|
||||
swift_library(
|
||||
name = "TelegramStringFormatting",
|
||||
module_name = "TelegramStringFormatting",
|
||||
@ -9,7 +11,7 @@ swift_library(
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
],
|
||||
deps = [
|
||||
deps = sgdeps + [
|
||||
"//submodules/TelegramCore:TelegramCore",
|
||||
"//submodules/Display:Display",
|
||||
"//submodules/PlatformRestrictionMatching:PlatformRestrictionMatching",
|
||||
|
Loading…
x
Reference in New Issue
Block a user