mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:39:01 +08:00
05c411da66
* [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>
17 lines
347 B
JSON
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
|
|
}
|
|
]
|
|
}
|