Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
794 B
JSON
Raw Permalink Normal View History

2025-05-29 10:56:10 +02:00
{
"dependencies": ["spdlog"],
"overrides": [
{
"name": "spdlog",
"version": "1.15.3"
}
],
"features": {
"standalone": {
"description": "Build Standalone.",
"dependencies": ["mo2-cmake"]
},
"testing": {
"description": "Build UI Base tests.",
"dependencies": ["gtest"]
}
},
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
2026-04-15 02:25:08 -05:00
"baseline": "74e6536215718009aae747d86d84b78376bf9e09"
2025-05-29 10:56:10 +02:00
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
2026-04-15 02:25:08 -05:00
"baseline": "92f063c71cebea1926c7eb183fbe719145395985",
2025-05-29 10:56:10 +02:00
"packages": ["mo2-cmake", "spdlog"]
}
]
}
}