mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
vcpkg/windows/mac: Avoid dependency on liblzma via tiff
This commit is contained in:
parent
075eac626b
commit
fde7230191
10 changed files with 558 additions and 0 deletions
9
dependencies/vcpkg_overlay_ports/tiff/usage
vendored
Normal file
9
dependencies/vcpkg_overlay_ports/tiff/usage
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue