aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/urdfdom-headers/vcpkg.json
blob: 94d968d649d41010d0b4e8d67f0cdb609d9508bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "urdfdom-headers",
  "version": "1.1.1",
  "description": "The URDF (U-Robot Description Format) headers provides core data structure headers for URDF.",
  "homepage": "https://github.com/ros/urdfdom_headers",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}