aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/urdfdom/vcpkg.json
blob: f9ef20c91b962198a32009fea38fe92d3eddf2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "urdfdom",
  "version": "3.1.1",
  "description": "Provides core data structures and a simple XML parsers for populating the class data structures from an URDF file.",
  "homepage": "https://github.com/ros/urdfdom",
  "license": "BSD-3-Clause",
  "supports": "!staticcrt",
  "dependencies": [
    "console-bridge",
    "tinyxml",
    "urdfdom-headers",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}