mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +08:00
9b22b40c6c
* gts fix dllexport definitions. * v db * Revert trailing whitespace addition. Co-authored-by: Billy O'Neal <bion@microsoft.com>
16 lines
296 B
JSON
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
|
|
}
|
|
]
|
|
}
|