diff options
| author | sdcb <sdflysha@qq.com> | 2016-10-25 09:55:25 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2016-10-25 09:55:25 +0800 |
| commit | 3e22b5164b8694b62cff85da05476a989c2f0413 (patch) | |
| tree | 13c688f4780aed9d2c93df3a35a7747edc44b6e7 | |
| parent | 65a49cf85f98fe9ead5092fbacf5b6b5ff6147c9 (diff) | |
| download | vcpkg-3e22b5164b8694b62cff85da05476a989c2f0413.tar.gz vcpkg-3e22b5164b8694b62cff85da05476a989c2f0413.zip | |
[cpprestsdk] Add websocket support.
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 1 | ||||
| -rw-r--r-- | ports/cpprestsdk/portfile.cmake | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 4c55c7060..9ed939516 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -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.
\ No newline at end of file diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake index 98d45d857..c10f2b065 100644 --- a/ports/cpprestsdk/portfile.cmake +++ b/ports/cpprestsdk/portfile.cmake @@ -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 ) |
