mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"dependencies": [
|
|
"7zip",
|
|
"boost-accumulators",
|
|
"boost-assign",
|
|
"boost-date-time",
|
|
"boost-graph",
|
|
"boost-headers",
|
|
"boost-interprocess",
|
|
"boost-program-options",
|
|
"boost-signals2",
|
|
"boost-thread",
|
|
"boost-uuid",
|
|
"lz4",
|
|
"mo2-libbsarch",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"standalone": {
|
|
"description": "Build Standalone.",
|
|
"dependencies": [
|
|
"mo2-cmake",
|
|
"mo2-archive",
|
|
"mo2-bsatk",
|
|
"mo2-esptk",
|
|
"mo2-lootcli-header",
|
|
"mo2-uibase",
|
|
"usvfs"
|
|
]
|
|
}
|
|
},
|
|
"vcpkg-configuration": {
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
|
"baseline": "8ae59b5b1329a51875abc71d528da93d9c3e8972"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "git",
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
|
"baseline": "8ae59b5b1329a51875abc71d528da93d9c3e8972",
|
|
"packages": ["boost*", "boost-*"]
|
|
},
|
|
{
|
|
"kind": "git",
|
|
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
|
|
"baseline": "84ff92223433d101738a3c6cef96fa6ae6a6f302",
|
|
"packages": ["mo2-*", "7zip", "usvfs"]
|
|
}
|
|
]
|
|
}
|
|
}
|