aboutsummaryrefslogtreecommitdiff
path: root/tools/win_build.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-04-02 20:52:22 +0800
committercrupest <crupest@outlook.com>2020-04-02 20:52:22 +0800
commit381d0831f72dc52831bbfb66d9e7db10a86760e5 (patch)
treed9ffc2e46dc9725de352ab5c254ca42d49b4b9a9 /tools/win_build.py
parente38ea3de29ede0e45aab8e595da5e8e3782a396d (diff)
downloadcru-381d0831f72dc52831bbfb66d9e7db10a86760e5.tar.gz
cru-381d0831f72dc52831bbfb66d9e7db10a86760e5.tar.bz2
cru-381d0831f72dc52831bbfb66d9e7db10a86760e5.zip
...
Diffstat (limited to 'tools/win_build.py')
-rw-r--r--tools/win_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win_build.py b/tools/win_build.py
index 4c6bdad9..e7890d8d 100644
--- a/tools/win_build.py
+++ b/tools/win_build.py
@@ -52,7 +52,7 @@ def configure():
'x64': 'x64'
}
- subprocess.check_call('vcpkg install gtest:{arch}-windows'.format(arch=args.arch),
+ subprocess.check_call('vcpkg install gtest:{arch}-windows ms-gsl:{arch}-windows'.format(arch=args.arch),
stdout=sys.stdout, stderr=sys.stderr)
# -DCMAKE_EXPORT_COMPILE_COMMANDS=ON