Files
modorganizer/vcpkg.json
Mikaël Capelle 39210af3e5 Move to VCPKG (#2068)
* Remove SConscript related files.
* Force-load translations from uibase and gamebryo/creation.
* Bring githubpp here and add a standalone preset.
* Switch VersionInfo -> Version for ModOrganizer2. (#2063)
* Add pre-commit hook.
* Use 7zip build from VCPKG registry.
* Use archive.dll from the bin folder instead of dlls.
2025-05-29 11:04:36 +02:00

33 lines
582 B
JSON

{
"dependencies": [
"7zip",
"boost-accumulators",
"boost-assign",
"boost-date-time",
"boost-graph",
"boost-headers",
"boost-interprocess",
"boost-program-options",
"boost-signals2",
"boost-thread",
"boost-uuid",
"lz4",
"mo2-libbsarch",
"zlib"
],
"features": {
"standalone": {
"description": "Build Standalone.",
"dependencies": [
"mo2-cmake",
"mo2-archive",
"mo2-bsatk",
"mo2-esptk",
"mo2-lootcli-header",
"mo2-uibase",
"usvfs"
]
}
}
}