mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Update lib_webview.
This commit is contained in:
parent
7b277aa770
commit
c74e240d30
2 changed files with 7 additions and 3 deletions
|
@ -57,7 +57,6 @@ PRIVATE
|
|||
desktop-app::lib_lottie
|
||||
desktop-app::lib_qr
|
||||
desktop-app::lib_webview
|
||||
desktop-app::lib_webview_wrap
|
||||
desktop-app::lib_ffmpeg
|
||||
desktop-app::external_lz4
|
||||
desktop-app::external_rlottie
|
||||
|
@ -73,7 +72,12 @@ PRIVATE
|
|||
desktop-app::external_xxhash
|
||||
)
|
||||
|
||||
if (LINUX)
|
||||
if (WIN32)
|
||||
target_link_libraries(Telegram
|
||||
PRIVATE
|
||||
desktop-app::lib_webview_winrt
|
||||
)
|
||||
elseif (LINUX)
|
||||
target_link_libraries(Telegram
|
||||
PRIVATE
|
||||
desktop-app::external_glibmm
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 795acfbc30402b7503a3c315e7ec5b8be15e46d0
|
||||
Subproject commit 3f004da92dd1368d8bad4bc3838941fef10af76d
|
Loading…
Add table
Reference in a new issue