mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 17:28:23 -05:00
5 lines
166 B
Plaintext
Executable File
5 lines
166 B
Plaintext
Executable File
The package libtess2 provides CMake targets:
|
|
|
|
find_package(unofficial-libtess2 CONFIG REQUIRED)
|
|
target_link_libraries(main PUBLIC unofficial::libtess2::libtess2)
|