aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-30 15:26:16 +0800
committercrupest <crupest@outlook.com>2021-11-30 15:26:16 +0800
commitff6cb3b468a0d4caf87c2291818d24e0a6d12b39 (patch)
tree7799f31d70aae62e70bec5e9d1c54811e01164be /vcpkg.json
parent1bbd3e0c1817774335c97f4c59e0310b61949ece (diff)
downloadcru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.tar.gz
cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.tar.bz2
cru-ff6cb3b468a0d4caf87c2291818d24e0a6d12b39.zip
...
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 0720077d..a2bb1f4c 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -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"
+ ]
}