mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 05:44:36 +08: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
|