mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
d236fe3b74
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "sdformat9",
|
|
"version": "9.8.0",
|
|
"port-version": 3,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp & !(arm & osx)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml",
|
|
"urdfdom",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|