mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
install libssl for windows
This commit is contained in:
parent
4865885f31
commit
5c8606a2f3
@ -230,6 +230,11 @@ if(WIN32)
|
||||
DESTINATION lang
|
||||
)
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
install(FILES OpenSSL::SSL OpenSSL::Crypto
|
||||
DESTINATION .
|
||||
)
|
||||
|
||||
set(prefix "${PROJECT_NAME}.exe")
|
||||
set(APPS "\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${prefix}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user