From c34ec0d4234d2c3babb290f6bbdd6d20e6751e21 Mon Sep 17 00:00:00 2001 From: dayshah Date: Sat, 11 May 2024 17:22:27 -0400 Subject: [PATCH] trying vcpkg --- vcpkg-configuration.json | 14 ++++++++++++++ vcpkg.json | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 vcpkg-configuration.json create mode 100644 vcpkg.json diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..b09d8b9 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "a1212c93cabaa9c5c36c1ffdb4bddd59fdf31e43", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +} diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..e78e3e3 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,5 @@ +{ + "dependencies": [ + "fmt" + ] +}