diff options
Diffstat (limited to 'vcpkg/ports/aricpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/aricpp/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/aricpp/vcpkg.json b/vcpkg/ports/aricpp/vcpkg.json new file mode 100644 index 0000000..775794e --- /dev/null +++ b/vcpkg/ports/aricpp/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "aricpp", + "version-semver": "1.2.1", + "description": "Asterisk ARI interface bindings for modern C++", + "homepage": "https://github.com/daniele77/aricpp", + "license": "BSL-1.0", + "dependencies": [ + "boost-asio", + "boost-beast", + "boost-system", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |