Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
946 B
JSON
Raw Permalink Normal View History

2024-07-09 20:42:56 +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",
"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": "dc9d84b9442c5ca4b6b8f23380e42f777f2857e5",
"packages": ["mo2-*", "pybind11", "spdlog"]
}
]
}
}