aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-msgs/vcpkg.json
blob: 58a891223079dabc8b4ede8b41690ff5facc072b (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
25
{
  "name": "gz-msgs",
  "version": "11.1.0",
  "description": "Protobuf messages and functions for robot applications",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "gz-cmake",
    "gz-math",
    {
      "name": "gz-msgs",
      "host": true
    },
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    "protobuf",
    {
      "name": "protobuf",
      "host": true
    },
    "tinyxml2"
  ]
}