From 792bd3be96aff0c3e47eea7264247bf08ab6cde3 Mon Sep 17 00:00:00 2001 From: KimLS Date: Wed, 12 Nov 2025 23:26:57 -0800 Subject: [PATCH] Simple vcpkg manifest, will almost certainly need tweaking --- vcpkg.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..f5b39ddf8 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "eqemu", + "version-string": "24.10.3", + "dependencies": [ + "boost-dynamic-bitset", + "boost-foreach", + "boost-tuple", + "libmariadb", + "zlib-ng", + "openssl", + "luajit", + "cereal", + "fmt", + "glm", + "libuv", + "recastnavigation" + ] +}