mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
* 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.
33 lines
582 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|