diff options
author | crupest <crupest@outlook.com> | 2021-11-30 15:26:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-30 15:26:16 +0800 |
commit | ff6cb3b468a0d4caf87c2291818d24e0a6d12b39 (patch) | |
tree | 7799f31d70aae62e70bec5e9d1c54811e01164be /vcpkg.json | |
parent | 1bbd3e0c1817774335c97f4c59e0310b61949ece (diff) | |
download | cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.tar.gz cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.tar.bz2 cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.zip |
...
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,5 +2,8 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "cru", "version": "0.0.1", - "dependencies": ["ms-gsl", "gtest", "boost"] + "dependencies": [ + "ms-gsl", + "gtest" + ] } |