mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 21:11:17 +12:00
vcpkg/linux: Avoid dependency on liblzma for now
Use port of tiff which does not rely on lzma
This commit is contained in:
parent
51072b510c
commit
5c0d5a54ac
5 changed files with 279 additions and 0 deletions
9
dependencies/vcpkg_overlay_ports_linux/tiff/usage
vendored
Normal file
9
dependencies/vcpkg_overlay_ports_linux/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