mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
0e77ca352e
* [tiff] use vcpkg wrapper for all configs, remove dead code * [tiff] update CONTROL
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
The package tiff is compatible with built-in CMake targets:
|
|
|
|
find_package(TIFF REQUIRED)
|
|
target_link_libraries(main PRIVATE TIFF::TIFF)
|