diff options
Diffstat (limited to 'vcpkg/ports/ode/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ode/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ode/vcpkg.json b/vcpkg/ports/ode/vcpkg.json new file mode 100644 index 0000000..fb1863c --- /dev/null +++ b/vcpkg/ports/ode/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ode", + "version": "0.16.6", + "description": "Open Dynamics Engine", + "homepage": "https://bitbucket.org/odedevs/ode/src/master/", + "license": "BSD-3-Clause OR LGPL-2.1-or-later", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |