diff options
Diffstat (limited to 'meshmc/vcpkg-configuration.json')
| -rw-r--r-- | meshmc/vcpkg-configuration.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meshmc/vcpkg-configuration.json b/meshmc/vcpkg-configuration.json new file mode 100644 index 0000000000..c5b75fbde0 --- /dev/null +++ b/meshmc/vcpkg-configuration.json @@ -0,0 +1,20 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "c3867e714dd3a51c272826eea77267876517ed99", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ], + "overlay-ports": [ + "./cmake/vcpkg-ports" + ], + "overlay-triplets": [ + "./cmake/vcpkg-triplets" + ] +} |
