diff options
Diffstat (limited to 'vcpkg/ports/oatpp-ssdp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/oatpp-ssdp/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp-ssdp/vcpkg.json b/vcpkg/ports/oatpp-ssdp/vcpkg.json new file mode 100644 index 0000000..8a7496d --- /dev/null +++ b/vcpkg/ports/oatpp-ssdp/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "oatpp-ssdp", + "version": "1.3.0", + "port-version": 1, + "description": "Oat++ SSDP (Simple Service Discovery Protocol) submodule.", + "homepage": "https://github.com/oatpp/oatpp-ssdp", + "license": "Apache-2.0", + "dependencies": [ + "oatpp", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |