mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 17:19:18 +01:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
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
|