diff options
Diffstat (limited to 'vcpkg/ports/tinyxml2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinyxml2/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/tinyxml2/vcpkg.json b/vcpkg/ports/tinyxml2/vcpkg.json new file mode 100644 index 0000000..13c121c --- /dev/null +++ b/vcpkg/ports/tinyxml2/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "tinyxml2", + "version-semver": "11.0.0", + "description": "A simple, small, efficient, C++ XML parser", + "homepage": "https://github.com/leethomason/tinyxml2", + "license": "Zlib", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |