vcpkg/ports/gts/vcpkg.json
Alexander Neumann 9b22b40c6c
[gts] fix build with clang-cl (#26184)
* gts fix dllexport definitions.

* v db

* Revert trailing whitespace addition.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-06 00:16:14 -07:00

16 lines
296 B
JSON

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