vcpkg/ports/triangle/vcpkg.json

25 lines
501 B
JSON

{
"name": "triangle",
"version": "1.6",
"port-version": 4,
"description": "A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.",
"homepage": "http://www.cs.cmu.edu/~quake/triangle.html",
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "Build the command line tool."
}
}
}