mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
0a253d9d7a
* merge port rbdl-orb and rbdl * vcpkg x-add-version rbdl * readded rbdl-orb port and empty it reffering to rbdl * vcpkg x-add-version --all
21 lines
349 B
JSON
21 lines
349 B
JSON
{
|
|
"name": "rbdl",
|
|
"version": "3.2.0",
|
|
"port-version": 4,
|
|
"description": "Rigid Body Dynamics Library",
|
|
"homepage": "https://github.com/rbdl/rbdl",
|
|
"dependencies": [
|
|
"boost",
|
|
"eigen3",
|
|
"lua",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|