aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_wizard/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'libs/installer_wizard/vcpkg.json')
-rw-r--r--libs/installer_wizard/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/installer_wizard/vcpkg.json b/libs/installer_wizard/vcpkg.json
new file mode 100644
index 0000000..a27b7c5
--- /dev/null
+++ b/libs/installer_wizard/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "features": {
+ "standalone": {
+ "description": "Build Standalone.",
+ "dependencies": [
+ "mo2-cmake"
+ ]
+ }
+ },
+ "vcpkg-configuration": {
+ "default-registry": {
+ "kind": "git",
+ "repository": "https://github.com/ModOrganizer2/vcpkg-registry",
+ "baseline": "69db61b22147b14ad66fd05cf798d855f6d68c12"
+ }
+ }
+}