diff options
Diffstat (limited to 'vcpkg/ports/webthing-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/webthing-cpp/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/webthing-cpp/vcpkg.json b/vcpkg/ports/webthing-cpp/vcpkg.json new file mode 100644 index 0000000..fd035ee --- /dev/null +++ b/vcpkg/ports/webthing-cpp/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "webthing-cpp", + "version": "1.2.0", + "description": "Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.", + "homepage": "https://github.com/bw-hro/webthing-cpp", + "license": "MIT", + "dependencies": [ + "json-schema-validator", + "mdns", + "nlohmann-json", + "uwebsockets", + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "ssl": { + "description": "Support HTTPS via uwebsockets", + "dependencies": [ + { + "name": "uwebsockets", + "features": [ + "ssl" + ] + } + ] + } + } +} |