mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
a31a450d8e
* [backward-cpp] Fix exported include path * [ignition-tools] Fix dependencies
21 lines
456 B
JSON
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
|
|
}
|
|
]
|
|
}
|