vcpkg/ports/ecm/vcpkg.json
Dawid Wróbel 57ab68daf6
[ECM] fix FindCanberra for static builds (#20213)
* [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
2021-09-17 08:21:33 -07:00

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