aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/x-plane/vcpkg.json
blob: 6fb073de36d98ab0c04496d21813940be733594d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "x-plane",
  "version": "4.1.1",
  "port-version": 1,
  "description": "The X-Plane Plugin SDK",
  "homepage": "https://developer.x-plane.com/sdk/",
  "license": null,
  "supports": "(windows & !uwp & x64) | (osx & (x64 | arm64)) | (linux & x64)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}