mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
85a88bdf7d
* [orocos-kdl] update to v1.5.1 * [orocos-kdl] run vcpkg x-add-version orocos-kdl --overwrite-version --------- Co-authored-by: Jelatine <18578243518@163.com>
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|