mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 04:51:19 +12:00
9 lines
227 B
Text
9 lines
227 B
Text
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
|