vcpkg/ports/gts/vcpkg.json
Kai Pastor 79be4be144
[gts] Enables osx and android, fixes, cleanup. (#34673)
* [gts] Enable and fix osx

* [gts] Update manifest

* [gts] Fix version passing

* [gts] Update usage

* [gts] Simplify dll patching

* [gts] Cleanup

* [gts] android builds now

* ignition-common1: fails on osx as on linux
2023-10-26 20:42:32 -07:00

16 lines
309 B
JSON

{
"name": "gts",
"version": "0.7.6",
"port-version": 8,
"description": "3D surfaces meshed with interconnected triangles",
"homepage": "https://gts.sourceforge.net/",
"license": "LGPL-2.0-or-later",
"dependencies": [
"glib",
{
"name": "vcpkg-cmake",
"host": true
}
]
}