diff options
Diffstat (limited to 'vcpkg-configuration.json')
| -rw-r--r-- | vcpkg-configuration.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 00000000..7f18a4d5 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,21 @@ +{ + "default-registry": { + "kind": "git", + "repository": "https://github.com/Microsoft/vcpkg", + "baseline": "294f76666c3000630d828703e675814c05a4fd43" + }, + "registries": [ + { + "kind": "git", + "repository": "https://github.com/Microsoft/vcpkg", + "baseline": "294f76666c3000630d828703e675814c05a4fd43", + "packages": ["boost*", "boost-*"] + }, + { + "kind": "git", + "repository": "https://github.com/ModOrganizer2/vcpkg-registry", + "baseline": "9936967e7c0ba1968e54a2fa6e6ad27b4f992b9b", + "packages": ["mo2-*", "7zip", "usvfs"] + } + ] +} |
