mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:39:01 +08:00
f7c5a7c8fc
* [poly2tri ]Switch to maintained repo and adjust description * Rename to jhasse-poly2tri * Also update version and fix header installation. * Remove double nested headers. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
jhasse-poly2tri provides CMake targets:
|
|
|
|
find_package(poly2tri CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE poly2tri::poly2tri)
|