aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyxml/vcpkg.json
blob: 65bb00a07a8c4620fd20db97d46301726e4d8964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tinyxml",
  "version": "2.6.2",
  "port-version": 10,
  "description": "A simple, small, minimal, C++ XML parser that can be easily integrating into other programs.",
  "homepage": "https://sourceforge.net/projects/tinyxml",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}