diff options
author | crupest <crupest@outlook.com> | 2021-05-10 17:09:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-10 17:09:15 +0800 |
commit | ae5042599688af2d8b462e49e3cd103b6ec92fe9 (patch) | |
tree | fb910abe7afb65621e52f2c23ce151cb1ff45baa /vcpkg.json | |
parent | 34739cd02557bdecb0c3f1b35ffc5816eb3133ac (diff) | |
download | cru-ae5042599688af2d8b462e49e3cd103b6ec92fe9.tar.gz cru-ae5042599688af2d8b462e49e3cd103b6ec92fe9.tar.bz2 cru-ae5042599688af2d8b462e49e3cd103b6ec92fe9.zip |
...
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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" + ] } |