aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vcpkg-gn/vcpkg.json
blob: cecf37c56eae585c6e34c10a5ed6d212761fd178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "vcpkg-gn",
  "version-date": "2025-08-05",
  "description": "GN is a meta-build system that generates build files for Ninja (GN is the build system for Chromium, Fuchsia, and related projects)",
  "documentation": "https://gn.googlesource.com/gn/+/main/docs/reference.md",
  "license": "MIT",
  "supports": "native",
  "dependencies": [
    {
      "name": "vcpkg-tool-gn",
      "host": true
    }
  ]
}