aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxmlmm/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libxmlmm/vcpkg.json')
-rw-r--r--vcpkg/ports/libxmlmm/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/libxmlmm/vcpkg.json b/vcpkg/ports/libxmlmm/vcpkg.json
new file mode 100644
index 0000000..488051a
--- /dev/null
+++ b/vcpkg/ports/libxmlmm/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "libxmlmm",
+ "version": "0.6.0",
+ "port-version": 4,
+ "description": "Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2.",
+ "homepage": "https://github.com/rioki/libxmlmm",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "libxml2",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}