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
desktop-app::external_webrtc
desktop-app::external_ffmpeg
desktop-app::external_openssl
desktop-app::external_rnnoise
)