aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_wizard/vcpkg.json
blob: a27b7c57308cc2b75ec293c26ec92bf0e33d94e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "features": {
    "standalone": {
      "description": "Build Standalone.",
      "dependencies": [
        "mo2-cmake"
      ]
    }
  },
  "vcpkg-configuration": {
    "default-registry": {
      "kind": "git",
      "repository": "https://github.com/ModOrganizer2/vcpkg-registry",
      "baseline": "69db61b22147b14ad66fd05cf798d855f6d68c12"
    }
  }
}