Files
modorganizer-game_bethesda/vcpkg.json
T

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

25 lines
600 B
JSON
Raw Normal View History

2024-07-11 22:33:54 +02:00
{
2026-04-15 02:35:11 -05:00
"dependencies": ["lz4", "zlib"],
"features": {
"standalone": {
"description": "Build Standalone.",
2026-04-15 02:35:11 -05:00
"dependencies": ["mo2-cmake"]
}
},
2025-05-28 13:33:57 +02:00
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
2026-04-15 02:35:11 -05:00
"baseline": "74e6536215718009aae747d86d84b78376bf9e09"
2025-05-28 13:33:57 +02:00
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
2026-04-15 02:35:11 -05:00
"baseline": "92f063c71cebea1926c7eb183fbe719145395985",
"packages": ["mo2-*"]
2025-05-28 13:33:57 +02:00
}
]
}
2024-07-11 22:33:54 +02:00
}