diff options
Diffstat (limited to 'ports/fcl')
| -rw-r--r-- | ports/fcl/CONTROL | 5 | ||||
| -rw-r--r-- | ports/fcl/vcpkg.json | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/ports/fcl/CONTROL b/ports/fcl/CONTROL deleted file mode 100644 index 8ab0cde2f..000000000 --- a/ports/fcl/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: fcl
-Version: 0.6.1
-Homepage: https://github.com/flexible-collision-library/fcl
-Description: a library for performing three types of proximity queries on a pair of geometric models composed of triangles
-Build-Depends: ccd, octomap, eigen3
diff --git a/ports/fcl/vcpkg.json b/ports/fcl/vcpkg.json new file mode 100644 index 000000000..e722e46d2 --- /dev/null +++ b/ports/fcl/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "fcl", + "version-string": "0.6.1", + "port-version": 1, + "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" + ] +} |
