vcpkg/ports/gts/vcpkg.json
Robert Schumacher 053c82f8c7
[gts] Move to official upstream sources (#25034)
* [gts] Move to official upstream sources

* [gts] Rename src->SOURCE_PATH
2022-06-07 13:36:34 -07:00

15 lines
274 B
JSON

{
"name": "gts",
"version": "0.7.6",
"port-version": 5,
"description": "3D surfaces meshed with interconnected triangles",
"homepage": "http://gts.sourceforge.net/",
"dependencies": [
"glib",
{
"name": "vcpkg-cmake",
"host": true
}
]
}