mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
7d9775a3c3
* [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>
24 lines
477 B
JSON
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"
|
|
}
|
|
}
|
|
}
|