mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
[libwebsockets] Extend LWS build params with gencrypto & tls options (#14074)
This commit is contained in:
parent
3100690b6b
commit
bc61b70a42
@ -1,5 +1,6 @@
|
||||
Source: libwebsockets
|
||||
Version: 4.1.3
|
||||
Port-Version: 1
|
||||
Build-Depends: zlib, openssl, libuv, pthreads (windows)
|
||||
Homepage: https://github.com/warmcat/libwebsockets
|
||||
Description: Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.
|
||||
|
@ -137,6 +137,8 @@ vcpkg_configure_cmake(
|
||||
OPTIONS
|
||||
-DLWS_WITH_STATIC=${LWS_WITH_STATIC}
|
||||
-DLWS_WITH_SHARED=${LWS_WITH_SHARED}
|
||||
-DLWS_WITH_GENCRYPTO=ON
|
||||
-DLWS_WITH_TLS=ON
|
||||
-DLWS_WITH_BUNDLED_ZLIB=OFF
|
||||
-DLWS_WITHOUT_TESTAPPS=ON
|
||||
-DLWS_IPV6=ON
|
||||
|
Loading…
Reference in New Issue
Block a user