aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 0e89b26e..4d97e3fb 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -2,5 +2,11 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "cruui",
"version": "0.0.1",
- "dependencies": ["ms-gsl", "fmt", "gtest"]
+ "dependencies": [
+ "ms-gsl",
+ "fmt",
+ "gtest",
+ "boost-property-tree",
+ "boost-functional"
+ ]
}