2025-05-29 11:03:51 +02:00
|
|
|
{
|
|
|
|
|
"dependencies": ["pybind11"],
|
|
|
|
|
"features": {
|
|
|
|
|
"testing": {
|
|
|
|
|
"description": "Build Plugin Python tests.",
|
|
|
|
|
"dependencies": ["gtest"]
|
|
|
|
|
},
|
|
|
|
|
"standalone": {
|
|
|
|
|
"description": "Build Standalone.",
|
|
|
|
|
"dependencies": ["mo2-cmake", "mo2-uibase"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"vcpkg-configuration": {
|
|
|
|
|
"default-registry": {
|
|
|
|
|
"kind": "git",
|
|
|
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
2026-04-15 02:31:56 -05:00
|
|
|
"baseline": "74e6536215718009aae747d86d84b78376bf9e09"
|
2025-05-29 11:03:51 +02:00
|
|
|
},
|
|
|
|
|
"registries": [
|
|
|
|
|
{
|
|
|
|
|
"kind": "git",
|
|
|
|
|
"repository": "https://github.com/Microsoft/vcpkg",
|
2026-04-15 02:31:56 -05:00
|
|
|
"baseline": "74e6536215718009aae747d86d84b78376bf9e09",
|
2025-05-29 11:03:51 +02:00
|
|
|
"packages": ["boost*", "boost-*"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"kind": "git",
|
|
|
|
|
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
|
2026-04-15 02:31:56 -05:00
|
|
|
"baseline": "92f063c71cebea1926c7eb183fbe719145395985",
|
2025-05-29 11:03:51 +02:00
|
|
|
"packages": ["mo2-*", "pybind11", "spdlog"]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|