mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
857bccdad0
* Add gazebo11 port * [sdformat9] Use external tinyxml on Windows * Update versions * Use newer vcpkg functions * Fix sdformat9 * Update versions * Try fixing gazebo * Copy extra ogre dlls * Update gazebo ref * Update versions * Fix ogre dll dir * Update version date * Update versions * Update versions * Add licenses * Update versions * Rename to gazebo * Update versions * Update versions * Apply suggestions from code review Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/gazebo/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Make pkgconf a host dependency * Update versions * Copy PDBs * Update versions * Change to normal installed directory * Update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "sdformat9",
|
|
"version": "9.4.0",
|
|
"port-version": 5,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(linux | uwp)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml",
|
|
"urdfdom",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|