mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Update build system
This commit is contained in:
parent
a2f71562f6
commit
49ae84062b
1448 changed files with 835035 additions and 140 deletions
15
BUILD.bazel
Normal file
15
BUILD.bazel
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
load("@sourcekit_bazel_bsp//rules:setup_sourcekit_bsp.bzl", "setup_sourcekit_bsp")
|
||||
|
||||
setup_sourcekit_bsp(
|
||||
name = "setup_sourcekit_bsp_telegram_project",
|
||||
bazel_wrapper = "./build-input/bazel-8.3.1-darwin-arm64",
|
||||
files_to_watch = [
|
||||
"**/*.swift",
|
||||
],
|
||||
index_flags = [
|
||||
"config=index_build",
|
||||
],
|
||||
targets = [
|
||||
"//Telegram:Telegram",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue