vcpkg/ports/libtess2/vcpkg.json
Erwan BERNARD 05c411da66
[libtess2] add libtess2 port (#22225)
* [libtess2] add port

* [libtess2] add version

* [libtess2] forgot project name

* [libtess2] case sensitive in paths

* [libtess2] update version with last sha

* Modernize with target_sources, add missing quotes, and add vcpkg_check_linkage since the port only makes a static output.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-28 19:00:10 -08:00

17 lines
347 B
JSON

{
"name": "libtess2",
"version-date": "2021-12-27",
"description": "Game and tools oriented refactored version of GLU tesselator.",
"homepage": "https://github.com/memononen/libtess2",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}