Link Telegram with lib_webview.
This commit is contained in:
parent
22da48d231
commit
fd85efa9ba
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit b49b40100e9abca5cf3cb67874e3e31ae9241573
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5314cb46cdcdae6db049df18ca38dfd2d98ee4bf
|
Subproject commit 64c0b1e57e2fc6383b9af999ed3c2db220562492
|
Loading…
Reference in New Issue