mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:19:00 +08:00
cdf9d9b5d5
* [sdformat13] Fix find dependency urdfdom * version * fix usage * version * Update ports/sdformat13/portfile.cmake * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"name": "sdformat13",
|
|
"version": "13.5.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|