diff options
author | Kai Blaschke <kai.blaschke@gdata.de> | 2024-02-18 13:55:01 +0100 |
---|---|---|
committer | Kai Blaschke <kai.blaschke@kb-dev.net> | 2024-02-19 14:11:19 +0100 |
commit | ef82ae3aeb835290671f09ce12fabae25f914396 (patch) | |
tree | ff8586f994164f67d100f6b478ca607afa41bd57 /source/vcpkg-configuration.json | |
parent | e2251a0e8bab878b453debd9211e0ba34564d08c (diff) |
Add GitHub Actions build workflows
Diffstat (limited to 'source/vcpkg-configuration.json')
-rw-r--r-- | source/vcpkg-configuration.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/vcpkg-configuration.json b/source/vcpkg-configuration.json new file mode 100644 index 0000000..a11399f --- /dev/null +++ b/source/vcpkg-configuration.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json", + "default-registry": { + "kind": "git", + "baseline": "638b1588be3a265a9c7ad5b212cef72a1cad336a", + "repository": "https://github.com/microsoft/vcpkg" + } +}
\ No newline at end of file |