mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
22 lines
562 B
Plaintext
22 lines
562 B
Plaintext
|
Source: ixwebsocket
|
||
|
Version: 4.0.3
|
||
|
Build-Depends: zlib
|
||
|
Description: Lightweight WebSocket Client and Server + HTTP Client
|
||
|
Default-Features: ssl
|
||
|
|
||
|
Feature: ssl
|
||
|
Build-Depends: ixwebsocket[openssl] (!uwp&!windows&!osx), ixwebsocket[mbedtls] (windows), ixwebsocket[mbedtls] (uwp), ixwebsocket[sectransp] (osx)
|
||
|
Description: Default SSL backend
|
||
|
|
||
|
# SSL backends
|
||
|
Feature: openssl
|
||
|
Build-Depends: openssl
|
||
|
Description: SSL support (OpenSSL)
|
||
|
|
||
|
Feature: mbedtls
|
||
|
Build-Depends: mbedtls
|
||
|
Description: SSL support (mbedTLS)
|
||
|
|
||
|
Feature: sectransp
|
||
|
Description: SSL support (sectransp)
|