aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyxml2/vcpkg.json
blob: c059fc809199578c37216004d3bd187c93672764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "tinyxml2",
  "version-semver": "9.0.0",
  "description": "A simple, small, efficient, C++ XML parser",
  "homepage": "https://github.com/leethomason/tinyxml2",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}