summaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json32
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"
+ ]
+ }
+ }
+}