mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 12:10:49 +00:00
14 lines
183 B
Python
14 lines
183 B
Python
|
|
cc_library(
|
|
name = "libsrtp_config",
|
|
hdrs = [
|
|
"config.h",
|
|
],
|
|
deps = [
|
|
],
|
|
includes = [
|
|
".",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|