mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
82fbe75127
* [fcl] Fix fcl 0.7.0 does not configure if Doxygen is found * add new fcl version
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"name": "fcl",
|
|
"version": "0.7.0",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|