2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17:45 +00:00

Add missing openssl dependency for non-legacy tgcalls

This commit is contained in:
Ilya Fedin
2022-01-12 15:01:23 +04:00
committed by John Preston
parent eccb01e5b5
commit ac3e4fb42f

View File

@@ -167,6 +167,7 @@ target_link_libraries(lib_tgcalls
PRIVATE PRIVATE
desktop-app::external_webrtc desktop-app::external_webrtc
desktop-app::external_ffmpeg desktop-app::external_ffmpeg
desktop-app::external_openssl
desktop-app::external_rnnoise desktop-app::external_rnnoise
) )