vcpkg/ports/rbdl/vcpkg.json
2024-07-13 10:29:40 -04:00

22 lines
385 B
JSON

{
"name": "rbdl",
"version": "3.3.0",
"port-version": 7,
"description": "Rigid Body Dynamics Library",
"homepage": "https://github.com/rbdl/rbdl",
"dependencies": [
"boost-algorithm",
"boost-lexical-cast",
"eigen3",
"lua",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}