vcpkg/ports/libtess2/usage
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

5 lines
166 B
Plaintext

The package libtess2 provides CMake targets:
find_package(unofficial-libtess2 CONFIG REQUIRED)
target_link_libraries(main PUBLIC unofficial::libtess2::libtess2)