mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
[cpprestsdk] Add websocket support.
This commit is contained in:
parent
65a49cf85f
commit
3e22b5164b
@ -1,4 +1,5 @@
|
||||
Source: cpprestsdk
|
||||
Version: 2.9.0
|
||||
Build-Depends: zlib, openssl, boost
|
||||
Description: C++11 JSON, REST, and OAuth library
|
||||
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
@ -21,7 +21,7 @@ vcpkg_configure_cmake(
|
||||
OPTIONS
|
||||
-DBUILD_TESTS=OFF
|
||||
-DBUILD_SAMPLES=OFF
|
||||
-DCPPREST_EXCLUDE_WEBSOCKETS=ON
|
||||
-DCPPREST_EXCLUDE_WEBSOCKETS=OFF
|
||||
OPTIONS_DEBUG
|
||||
-DCASA_INSTALL_HEADERS=OFF
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user