Files
Mikaël Capelle 2a544ac3de Move to VCPKG (#5)
* Drop support for Qt.
* Reorganize repository to build proper CMake targets.
* Add pre-commit hook.
* Add GH actions for linting, build and publish (on tag).
2025-05-28 14:50:53 +02:00

19 lines
478 B
JSON

{
"dependencies": ["mo2-dds-header"],
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "f61a294e765b257926ae9e9d85f96468a0af74e7"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "69db61b22147b14ad66fd05cf798d855f6d68c12",
"packages": ["mo2-*"]
}
]
}
}