mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:38:59 +08:00
57ab68daf6
* [ECM] fix FindCanberra for static builds Also remove dangling do-not-override-custom-clang-format-files.patch * [ECM] use current spec * [ECM] wrap paths in quotes * [ECM] update versions
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "ecm",
|
|
"version": "5.84.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|