mirror of
https://github.com/ModOrganizer2/modorganizer-bsatk.git
synced 2026-07-27 13:58:40 -07:00
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"dependencies": [
|
|
"mo2-dds-header",
|
|
"zlib",
|
|
"lz4",
|
|
"boost-thread",
|
|
"boost-interprocess"
|
|
],
|
|
"vcpkg-configuration": {
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
|
"baseline": "294f76666c3000630d828703e675814c05a4fd43"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "git",
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
|
"baseline": "294f76666c3000630d828703e675814c05a4fd43",
|
|
"packages": ["boost*", "boost-*"]
|
|
},
|
|
{
|
|
"kind": "git",
|
|
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
|
|
"baseline": "228cda39fe9d1eeed789c0ef64fd1235dab3b11e",
|
|
"packages": ["mo2-dds-header"]
|
|
}
|
|
]
|
|
}
|
|
}
|