diff options
Diffstat (limited to 'libs/lootcli/vcpkg.json')
| -rw-r--r-- | libs/lootcli/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libs/lootcli/vcpkg.json b/libs/lootcli/vcpkg.json new file mode 100644 index 0000000..d890106 --- /dev/null +++ b/libs/lootcli/vcpkg.json @@ -0,0 +1,30 @@ +{ + "dependencies": ["boost-locale", "tomlplusplus", "libloot"], + "overrides": [ + { + "name": "tomlplusplus", + "version": "3.1.0" + } + ], + "vcpkg-configuration": { + "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": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673", + "packages": ["libloot"] + } + ] + } +} |
