aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyxml2/vcpkg.json
blob: 13c121cb2ef2d2fb92a72b122ab5ed33393c7aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}