mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Build Postbox, SyncCore, TelegramCore
This commit is contained in:
parent
a7ff727533
commit
a75bd17b6c
83 changed files with 474 additions and 397 deletions
|
|
@ -9,7 +9,7 @@ static_library(
|
|||
"Sources/*.h",
|
||||
]),
|
||||
exported_headers = glob([
|
||||
"Sources/*.h",
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
deps = [
|
||||
],
|
||||
|
|
|
|||
21
submodules/Crc32/BUILD
Normal file
21
submodules/Crc32/BUILD
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
objc_library(
|
||||
name = "Crc32",
|
||||
enable_modules = True,
|
||||
module_name = "Crc32",
|
||||
srcs = glob([
|
||||
"Sources/*.m",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
includes = [
|
||||
"PublicHeaders",
|
||||
],
|
||||
sdk_frameworks = [
|
||||
"Foundation",
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#import "Crc32.h"
|
||||
#import <Crc32/Crc32.h>
|
||||
|
||||
#import <zlib.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue