vcpkg/ports/ignition-tools/vcpkg.json
Kai Pastor a31a450d8e
[vcpkg baseline][backward-cpp,ignition-tools] Fix include dir and dependencies (#30669)
* [backward-cpp] Fix exported include path

* [ignition-tools] Fix dependencies
2023-04-05 12:40:06 -07:00

21 lines
456 B
JSON

{
"name": "ignition-tools",
"version": "1.5.0",
"port-version": 1,
"description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.",
"homepage": "https://gazebosim.org",
"license": "Apache-2.0",
"supports": "!(arm & windows) & !uwp",
"dependencies": [
"backward-cpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}