mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +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>
5 lines
166 B
Plaintext
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)
|