mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
8c7c556d60
Co-authored-by: Monica <v-liumonica@microsoft.com>
17 lines
338 B
JSON
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
|
|
}
|
|
]
|
|
}
|