vcpkg/ports/qhull/vcpkg.json
Matthias Kuhn 7d9775a3c3
[qhull] make tools optional (#27260)
* [qhull] add feature to build tools

* Update versions/q-/qhull.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-11-17 23:32:39 -08:00

24 lines
477 B
JSON

{
"name": "qhull",
"version": "8.0.2",
"port-version": 4,
"description": "computes the convex hull, Delaunay triangulation, Voronoi diagram",
"homepage": "https://github.com/qhull/qhull",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Determines whether tools should be built"
}
}
}