From 1b4d3dd832e397eb64c1007e9aefc8b508ddab8b Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Mon, 17 Jun 2024 17:56:33 +0200 Subject: [PATCH] Added configuration parameters for vcpkg --- backend/vcpkg-configuration.json | 14 ++++++++++++++ backend/vcpkg.json | 3 +-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 backend/vcpkg-configuration.json diff --git a/backend/vcpkg-configuration.json b/backend/vcpkg-configuration.json new file mode 100644 index 00000000..470c34cd --- /dev/null +++ b/backend/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "7f9f0e44db287e8e67c0e888141bfa200ab45121", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +} \ No newline at end of file diff --git a/backend/vcpkg.json b/backend/vcpkg.json index 9df32f2e..294e549a 100644 --- a/backend/vcpkg.json +++ b/backend/vcpkg.json @@ -1,7 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "cpprestsdk", "geographiclib" ] - } \ No newline at end of file +} \ No newline at end of file