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:
parent
77bb85e5e4
commit
bbb2166188
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user