mirror of
https://github.com/ModOrganizer2/modorganizer-game_bethesda.git
synced 2026-07-27 14:08:44 -07:00
25 lines
600 B
JSON
25 lines
600 B
JSON
{
|
|
"dependencies": ["lz4", "zlib"],
|
|
"features": {
|
|
"standalone": {
|
|
"description": "Build Standalone.",
|
|
"dependencies": ["mo2-cmake"]
|
|
}
|
|
},
|
|
"vcpkg-configuration": {
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
|
"baseline": "74e6536215718009aae747d86d84b78376bf9e09"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "git",
|
|
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
|
|
"baseline": "92f063c71cebea1926c7eb183fbe719145395985",
|
|
"packages": ["mo2-*"]
|
|
}
|
|
]
|
|
}
|
|
}
|