diff options
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" + ] } |