mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
d4acfe76d1
* [urdfdom][sdformat9] Re-fix build * version * Remove empty folder * version * [dartsim] Fix build issue * version * Update version name * version * Apply suggestions * version * Add PKG_EXPORTS * version * Update ports/sdformat9/fix-dependency-urdfdom.patch Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
35 lines
622 B
JSON
35 lines
622 B
JSON
{
|
|
"name": "dartsim",
|
|
"version": "6.11.0",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|