vcpkg/ports/idyntree/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

41 lines
823 B
JSON

{
"name": "idyntree",
"version": "9.0.0",
"port-version": 1,
"description": "Multibody Dynamics Library designed for Free Floating Robots.",
"homepage": "https://github.com/robotology/idyntree",
"license": "LGPL-2.1-or-later",
"supports": "!xbox",
"dependencies": [
"eigen3",
"libxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"assimp"
],
"features": {
"assimp": {
"description": "Add support for loading meshes",
"dependencies": [
"assimp"
]
},
"irrlicht": {
"description": "Add support for irrlicht-based visualizer",
"supports": "!windows",
"dependencies": [
"glfw3",
"irrlicht"
]
}
}
}