Files
modorganizer/vcpkg.json
2024-10-20 11:58:04 +02:00

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"]
}
]
}
}