zeek/auxil/vcpkg/ports/fcl/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
453 B
JSON

{
"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
}
]
}