mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
* Minor cleaning of CMakeLists.txt. Fix C++ warnings and Qt deprecation. * Avoid using Python from virtual environment.
35 lines
946 B
JSON
35 lines
946 B
JSON
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|
|
}
|