mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Bazel
This commit is contained in:
parent
ba931407b3
commit
cd3ffe902e
15 changed files with 167 additions and 52 deletions
|
|
@ -16,6 +16,11 @@ objc_library(
|
|||
"-Werror",
|
||||
"-I{}/Sources".format(package_name()),
|
||||
],
|
||||
cxxopts = [
|
||||
"-Werror",
|
||||
"-std=c++17",
|
||||
"-I{}/Sources".format(package_name()),
|
||||
],
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue