mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 19:07:55 +08:00
d4acfe76d1
* [urdfdom][sdformat9] Re-fix build * version * Remove empty folder * version * [dartsim] Fix build issue * version * Update version name * version * Apply suggestions * version * Add PKG_EXPORTS * version * Update ports/sdformat9/fix-dependency-urdfdom.patch Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"name": "sdformat9",
|
|
"version": "9.4.0",
|
|
"port-version": 3,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"supports": "!(linux | uwp)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml",
|
|
"urdfdom",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|