Move to VCPKG. (#14)

This commit is contained in:
Mikaël Capelle
2025-05-29 11:03:30 +02:00
committed by GitHub
parent 9d59d54512
commit 934de7784e
17 changed files with 136 additions and 40 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"features": {
"standalone": {
"description": "Build Standalone.",
"dependencies": ["mo2-cmake", "mo2-uibase"]
}
},
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673"
}
}
}