vcpkg/ports/lcms/vcpkg.json
Robert Schumacher 674e616a21
[lcms] Backfill compat for lcms::lcms (#20034)
* [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>
2021-09-23 11:00:41 -07:00

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
}
]
}