mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:59:01 +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>
18 lines
299 B
JSON
18 lines
299 B
JSON
{
|
|
"name": "lcms",
|
|
"version": "2.12",
|
|
"port-version": 2,
|
|
"description": "Little CMS.",
|
|
"homepage": "https://github.com/mm2/Little-CMS",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|