vcpkg/ports/ecm/vcpkg.json
MonicaLiu 8c7c556d60
[ecm] Update to 6.7.0 (#41734)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-10-23 19:39:07 -07:00

17 lines
338 B
JSON

{
"name": "ecm",
"version": "6.7.0",
"description": "Extra CMake Modules (ECM), extra modules and scripts for CMake",
"homepage": "https://github.com/KDE/extra-cmake-modules",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}