Files
modorganizer-bsatk/vcpkg.json
2025-05-29 10:57:42 +02:00

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