2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

Link Telegram with lib_webview.

This commit is contained in:
John Preston
2021-02-26 18:36:54 +04:00
parent 22da48d231
commit fd85efa9ba
4 changed files with 4 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -88,9 +88,6 @@
[submodule "Telegram/ThirdParty/tgcalls"] [submodule "Telegram/ThirdParty/tgcalls"]
path = Telegram/ThirdParty/tgcalls path = Telegram/ThirdParty/tgcalls
url = https://github.com/TelegramMessenger/tgcalls.git url = https://github.com/TelegramMessenger/tgcalls.git
[submodule "Telegram/ThirdParty/webview"]
path = Telegram/ThirdParty/webview
url = https://github.com/desktop-app/webview.git
[submodule "Telegram/lib_webview"] [submodule "Telegram/lib_webview"]
path = Telegram/lib_webview path = Telegram/lib_webview
url = https://github.com/desktop-app/lib_webview.git url = https://github.com/desktop-app/lib_webview.git

View File

@@ -19,6 +19,7 @@ add_subdirectory(lib_storage)
add_subdirectory(lib_lottie) add_subdirectory(lib_lottie)
add_subdirectory(lib_qr) add_subdirectory(lib_qr)
add_subdirectory(lib_webrtc) add_subdirectory(lib_webrtc)
add_subdirectory(lib_webview)
add_subdirectory(codegen) add_subdirectory(codegen)
get_filename_component(src_loc SourceFiles REALPATH) get_filename_component(src_loc SourceFiles REALPATH)
@@ -55,6 +56,8 @@ PRIVATE
desktop-app::lib_storage desktop-app::lib_storage
desktop-app::lib_lottie desktop-app::lib_lottie
desktop-app::lib_qr desktop-app::lib_qr
desktop-app::lib_webview
desktop-app::lib_webview_wrap
desktop-app::lib_ffmpeg desktop-app::lib_ffmpeg
desktop-app::external_lz4 desktop-app::external_lz4
desktop-app::external_rlottie desktop-app::external_rlottie