diff options
Diffstat (limited to 'vcpkg/ports/via-httplib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/via-httplib/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/via-httplib/vcpkg.json b/vcpkg/ports/via-httplib/vcpkg.json new file mode 100644 index 0000000..0bac2f2 --- /dev/null +++ b/vcpkg/ports/via-httplib/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "via-httplib", + "version": "1.9.0", + "description": "C++ HTTP Library", + "homepage": "https://github.com/kenba/via-httplib", + "license": "GPL-2.0-or-later", + "dependencies": [ + "boost-asio", + "json-spirit", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |