aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-10 17:09:15 +0800
committercrupest <crupest@outlook.com>2021-05-10 17:09:15 +0800
commitae5042599688af2d8b462e49e3cd103b6ec92fe9 (patch)
treefb910abe7afb65621e52f2c23ce151cb1ff45baa /vcpkg.json
parent34739cd02557bdecb0c3f1b35ffc5816eb3133ac (diff)
downloadcru-ae5042599688af2d8b462e49e3cd103b6ec92fe9.tar.gz
cru-ae5042599688af2d8b462e49e3cd103b6ec92fe9.tar.bz2
cru-ae5042599688af2d8b462e49e3cd103b6ec92fe9.zip
...
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"
+ ]
}