aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'libs/usvfs/vcpkg.json')
-rw-r--r--libs/usvfs/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/libs/usvfs/vcpkg.json b/libs/usvfs/vcpkg.json
new file mode 100644
index 0000000..a0f9d7f
--- /dev/null
+++ b/libs/usvfs/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "dependencies": [
+ "asmjit",
+ "spdlog",
+ "libudis86",
+ "boost-algorithm",
+ "boost-any",
+ "boost-dll",
+ "boost-filesystem",
+ "boost-format",
+ "boost-interprocess",
+ "boost-headers",
+ "boost-locale",
+ "boost-multi-index",
+ "boost-thread",
+ "boost-predef"
+ ],
+ "features": {
+ "testing": {
+ "description": "Build USVFS tests.",
+ "dependencies": ["gtest"]
+ }
+ }
+}