aboutsummaryrefslogtreecommitdiff
path: root/ports/ecm/vcpkg.json
blob: 11a544924b15aed83adfb6d3d4029c968628e5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ecm",
  "version": "5.84.0",
  "port-version": 2,
  "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
    }
  ]
}