mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
set CMAKE_FIND_LIBRARY_SUFFIXES to dll
This commit is contained in:
parent
ee3757e8da
commit
ce3353da04
@ -242,6 +242,7 @@ if(WIN32)
|
||||
DESTINATION lang
|
||||
)
|
||||
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll")
|
||||
find_package(OpenSSL REQUIRED)
|
||||
install(FILES ${OPENSSL_LIBRARIES}
|
||||
DESTINATION .
|
||||
|
Loading…
Reference in New Issue
Block a user