diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-05-29 11:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 11:04:36 +0200 |
| commit | 39210af3e59c929cba6de2d39ef1c32835f6388b (patch) | |
| tree | b77879fa376e7bfa016b14aa7635e7202b6cc69e /vcpkg.json | |
| parent | 3a8ea3cccee06397e90305e1e39a305f8b7c3cb3 (diff) | |
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.
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 00000000..013a1387 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,32 @@ +{ + "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" + ] + } + } +} |
