diff options
Diffstat (limited to 'vcpkg/ports/oatpp-openssl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/oatpp-openssl/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/oatpp-openssl/vcpkg.json b/vcpkg/ports/oatpp-openssl/vcpkg.json new file mode 100644 index 0000000..daa2c18 --- /dev/null +++ b/vcpkg/ports/oatpp-openssl/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "oatpp-openssl", + "version-semver": "1.3.0", + "description": "Oat++ openssl module providing secure server and client connection providers.", + "homepage": "https://github.com/oatpp/oatpp-openssl", + "dependencies": [ + "oatpp", + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |