diff options
Diffstat (limited to 'vcpkg/ports/orocos-kdl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/orocos-kdl/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/orocos-kdl/vcpkg.json b/vcpkg/ports/orocos-kdl/vcpkg.json new file mode 100644 index 0000000..475a66f --- /dev/null +++ b/vcpkg/ports/orocos-kdl/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "orocos-kdl", + "version": "1.5.1", + "description": "Kinematics and Dynamics Library.", + "homepage": "https://github.com/orocos/orocos_kinematics_dynamics", + "dependencies": [ + "eigen3", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |