diff options
| author | Silvio Traversaro <silvio@traversaro.it> | 2020-09-15 02:13:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 17:13:33 -0700 |
| commit | f1bef4aa7ca7e2a6ea4f5dfe4850d95fce60b431 (patch) | |
| tree | 7de4dcfec96ecb6cf3d9419c24ba0045f318a71e /ports/dartsim/vcpkg.json | |
| parent | 47c0b1ce4001f79cacedda39c700256ccb73ba76 (diff) | |
| download | vcpkg-f1bef4aa7ca7e2a6ea4f5dfe4850d95fce60b431.tar.gz vcpkg-f1bef4aa7ca7e2a6ea4f5dfe4850d95fce60b431.zip | |
[dartsim] Add new port (#13320)
* [dartsim] Add new port
* Update vcpkg.json
* Update vcpkg.json
* Update vcpkg.json
Diffstat (limited to 'ports/dartsim/vcpkg.json')
| -rw-r--r-- | ports/dartsim/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ports/dartsim/vcpkg.json b/ports/dartsim/vcpkg.json new file mode 100644 index 000000000..874754b87 --- /dev/null +++ b/ports/dartsim/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "dartsim", + "version-string": "9.4.0", + "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" + ] +} |
