diff options
author | crupest <crupest@outlook.com> | 2020-05-23 23:50:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-23 23:50:00 +0800 |
commit | f3a8fd608a9776ef0a5f547da918a32cf6074060 (patch) | |
tree | 85b320479296ae12339ee1e28bab66ab001cb44b /tools | |
parent | 75ff8a6a05afd02aaadf7e3049b0a0e305241182 (diff) | |
download | cru-f3a8fd608a9776ef0a5f547da918a32cf6074060.tar.gz cru-f3a8fd608a9776ef0a5f547da918a32cf6074060.tar.bz2 cru-f3a8fd608a9776ef0a5f547da918a32cf6074060.zip |
...
Diffstat (limited to 'tools')
-rw-r--r-- | tools/migrate-files.py | 0 | ||||
-rw-r--r-- | tools/win_build.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/migrate-files.py b/tools/migrate-files.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tools/migrate-files.py diff --git a/tools/win_build.py b/tools/win_build.py index e7890d8d..3d6f0591 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 ms-gsl:{arch}-windows'.format(arch=args.arch), + subprocess.check_call('vcpkg install gtest:{arch}-windows fmt:{arch}-windows ms-gsl:{arch}-windows'.format(arch=args.arch), stdout=sys.stdout, stderr=sys.stderr) # -DCMAKE_EXPORT_COMPILE_COMMANDS=ON |