diff options
Diffstat (limited to 'vcpkg/ports/libxmlpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxmlpp/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libxmlpp/vcpkg.json b/vcpkg/ports/libxmlpp/vcpkg.json new file mode 100644 index 0000000..26732d7 --- /dev/null +++ b/vcpkg/ports/libxmlpp/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libxmlpp", + "version": "5.4.0", + "port-version": 1, + "description": "A C++ wrapper for the libxml XML parser library.", + "homepage": "https://libxmlplusplus.github.io/libxmlplusplus/", + "license": "LGPL-2.1-or-later", + "dependencies": [ + { + "name": "libxml2", + "default-features": false + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |