diff options
Diffstat (limited to 'vcpkg/ports/fcl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fcl/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/fcl/vcpkg.json b/vcpkg/ports/fcl/vcpkg.json new file mode 100644 index 0000000..d781704 --- /dev/null +++ b/vcpkg/ports/fcl/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "fcl", + "version": "0.7.0", + "port-version": 4, + "description": "A library for performing three types of proximity queries on a pair of geometric models composed of triangles", + "homepage": "https://github.com/flexible-collision-library/fcl", + "dependencies": [ + "ccd", + "eigen3", + "octomap", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |