[cpprestsdk] Add websocket support.

This commit is contained in:
sdcb 2016-10-25 09:55:25 +08:00
parent 65a49cf85f
commit 3e22b5164b
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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
)