mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:30:01 +08:00
973a7d517c
* Update dartsim * Use newer vcpkg functions * Update version number * Update ports/dartsim/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
35 lines
622 B
JSON
35 lines
622 B
JSON
{
|
|
"name": "dartsim",
|
|
"version": "6.11.0",
|
|
"port-version": 1,
|
|
"description": "Dynamic Animation and Robotics Toolkit",
|
|
"homepage": "https://dartsim.github.io/",
|
|
"dependencies": [
|
|
"assimp",
|
|
"boost-algorithm",
|
|
"boost-filesystem",
|
|
"boost-functional",
|
|
"boost-lexical-cast",
|
|
"boost-math",
|
|
"boost-optional",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"bullet3",
|
|
"ccd",
|
|
"eigen3",
|
|
"fcl",
|
|
"octomap",
|
|
"ode",
|
|
"tinyxml2",
|
|
"urdfdom",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|