aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vcpkg-tool-ninja/vcpkg.json
blob: 98bf21c817ff009ff9920070e36d28806a3643f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "vcpkg-tool-ninja",
  "version-date": "2022-03-31",
  "port-version": 2,
  "description": "Ninja is a small build system with a focus on speed.",
  "homepage": "https://ninja-build.org/",
  "license": "Apache-2.0",
  "supports": "native",
  "dependencies": [
    "vcpkg-cmake",
    "vcpkg-cmake-config"
  ]
}