From 88ac25e7d72d727a78250768d76f424636c96dbe Mon Sep 17 00:00:00 2001 From: Rodrigo Todescatto <90097545+Rodrigo-Todescatto@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:47:27 -0300 Subject: [PATCH] Add vcpkg-configuration.json --- vcpkg-configuration.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vcpkg-configuration.json diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..ff30657 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,6 @@ +{ + "default-registry": { + "kind": "builtin", + "baseline": "a903750172f93c76c9beb5efc61e6296df02849a" + } +} \ No newline at end of file