vcpkg/linux: Avoid dependency on liblzma for now

Use port of tiff which does not rely on lzma
This commit is contained in:
Exzap 2024-04-03 02:39:25 +02:00
parent 51072b510c
commit 5c0d5a54ac
5 changed files with 279 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