diff options
Diffstat (limited to 'vcpkg/ports/libwebsockets/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libwebsockets/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/libwebsockets/vcpkg.json b/vcpkg/ports/libwebsockets/vcpkg.json new file mode 100644 index 0000000..12f54b1 --- /dev/null +++ b/vcpkg/ports/libwebsockets/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "libwebsockets", + "version-semver": "4.4.1", + "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.", + "homepage": "https://libwebsockets.org/", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "libuv", + "platform": "!emscripten" + }, + "openssl", + "pthreads", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |