diff options
Diffstat (limited to 'vcpkg/ports/idyntree/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/idyntree/vcpkg.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/idyntree/vcpkg.json b/vcpkg/ports/idyntree/vcpkg.json new file mode 100644 index 0000000..bd5c2d6 --- /dev/null +++ b/vcpkg/ports/idyntree/vcpkg.json @@ -0,0 +1,39 @@ +{ + "name": "idyntree", + "version": "14.0.0", + "description": "Multibody Dynamics Library designed for Free Floating Robots.", + "homepage": "https://github.com/robotology/idyntree", + "license": "BSD-3-Clause", + "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 & !osx", + "dependencies": [ + "glfw3", + "irrlicht" + ] + } + } +} |