summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakePresets.json5
-rw-r--r--vcpkg-configuration.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 7e11e8a2..1a8a60db 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -60,6 +60,11 @@
"name": "vs2022-windows",
"resolvePackageReferences": "on",
"configurePreset": "vs2022-windows"
+ },
+ {
+ "name": "vs2022-windows-standalone",
+ "resolvePackageReferences": "on",
+ "configurePreset": "vs2022-windows-standalone"
}
],
"version": 4
diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json
index 7f18a4d5..7c48a0f9 100644
--- a/vcpkg-configuration.json
+++ b/vcpkg-configuration.json
@@ -14,7 +14,7 @@
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
- "baseline": "9936967e7c0ba1968e54a2fa6e6ad27b4f992b9b",
+ "baseline": "6c9a8aae49e77a1b71d861dfd2935756dbaa6e29",
"packages": ["mo2-*", "7zip", "usvfs"]
}
]