mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
61ae96ea06
* Modernize portfile * Install COPYING.txt for copyright * Create uniform pc file names for all configurations * Provide uniform and documented CMake config * Update versions * Use version field * Update versions * CI
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "qhull",
|
|
"version": "8.0.2",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|