diff options
Diffstat (limited to 'vcpkg/ports/gz-utils/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gz-utils/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-utils/vcpkg.json b/vcpkg/ports/gz-utils/vcpkg.json new file mode 100644 index 0000000..9af644d --- /dev/null +++ b/vcpkg/ports/gz-utils/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "gz-utils", + "version": "3.1.0", + "description": "Ignition Utils, a component of Ignition Robotics, provides general purpose classes and functions designed for robotic applications.", + "homepage": "https://gazebosim.org", + "license": "Apache-2.0", + "dependencies": [ + "gz-cmake", + { + "name": "ignition-modularscripts", + "host": true + }, + "spdlog" + ] +} |