1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): add openssl dependency for windows

This commit is contained in:
sudden6 2017-06-12 22:47:11 +02:00
parent 77bb85e5e4
commit bbb2166188
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -98,6 +98,11 @@ search_dependency(LIBAVUTIL PACKAGE libavutil)
search_dependency(LIBQRENCODE PACKAGE libqrencode)
search_dependency(LIBSODIUM PACKAGE libsodium)
search_dependency(LIBSWSCALE PACKAGE libswscale)
if(WIN32)
search_dependency(OPENSSL PACKAGE openssl)
endif()
search_dependency(SQLCIPHER PACKAGE sqlcipher)
search_dependency(VPX PACKAGE vpx)