diff options
Diffstat (limited to 'vcpkg/ports/gz-msgs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-msgs/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-msgs/vcpkg.json b/vcpkg/ports/gz-msgs/vcpkg.json new file mode 100644 index 0000000..58a8912 --- /dev/null +++ b/vcpkg/ports/gz-msgs/vcpkg.json @@ -0,0 +1,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" + ] +} |