mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
674e616a21
* [lcms] Backfill compat for lcms::lcms * Remove :@TARGET_TRIPLET@ * Add comment for duplicate vcpkg_cmake_config_fixup. * [lcms] Update version db Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
The package lcms provides CMake targets:
|
|
|
|
find_package(lcms2 CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE lcms2::lcms2)
|