vcpkg/windows/mac: Avoid dependency on liblzma via tiff

This commit is contained in:
Exzap 2024-04-06 14:25:13 +02:00
parent 075eac626b
commit fde7230191
10 changed files with 558 additions and 0 deletions

View file

@ -0,0 +1,9 @@
tiff is compatible with built-in CMake targets:
find_package(TIFF REQUIRED)
target_link_libraries(main PRIVATE TIFF::TIFF)
tiff provides pkg-config modules:
# Tag Image File Format (TIFF) library.
libtiff-4