mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:59:00 +08:00
c71bed82a2
* Update fcl to 0.7.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"name": "fcl",
|
|
"version": "0.7.0",
|
|
"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",
|
|
"supports": "static",
|
|
"dependencies": [
|
|
"ccd",
|
|
"eigen3",
|
|
"octomap",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|