aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdformat/vcpkg.json
blob: 9381904b618c8d533dc3e6d70495b5eacbcbd3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "sdformat",
  "version": "15.1.1",
  "port-version": 1,
  "description": "Simulation Description Format (SDF) parser and description files.",
  "homepage": "http://sdformat.org/",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "gz-math",
    "gz-tools",
    "gz-utils",
    "tinyxml2",
    "urdfdom",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}