mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 17:38:07 +08:00
d71315b15e
* Add sdformat13 port * sdformat13 fixes (#1) * Fix cmake config export * Cleanup * Add usage * Update versions * Fix according comments review --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
24 lines
457 B
JSON
24 lines
457 B
JSON
{
|
|
"name": "sdformat13",
|
|
"version": "13.5.0",
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"gz-math7",
|
|
"gz-tools2",
|
|
"gz-utils2",
|
|
"tinyxml2",
|
|
"urdfdom",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|