aboutsummaryrefslogtreecommitdiff
path: root/scripts/vcpkgTools.xml
diff options
context:
space:
mode:
authorLeo Yao <yaoleo34@gmail.com>2020-07-06 13:38:22 -0700
committerGitHub <noreply@github.com>2020-07-06 13:38:22 -0700
commitaa2b9ef32e0c9318e4416d4893b38c5aa230f000 (patch)
tree0f582c938abb1bdb70ff3b54ec74c694b0efa195 /scripts/vcpkgTools.xml
parent89746990b73618255b0c2e602c8e0a8d233831c9 (diff)
downloadvcpkg-aa2b9ef32e0c9318e4416d4893b38c5aa230f000.tar.gz
vcpkg-aa2b9ef32e0c9318e4416d4893b38c5aa230f000.zip
[vcpkg] Added python script to generate all packages file list, added to azur… (#12177)
* Added python script to generate all packages file list, added to azure pipeline to build at the end of the run * fixed an issue that causes some leading slashes were being removed * Header Database now includes hpp files for C++ header files * Changed Header Database to include all files under \include\ folder * Apply suggestions from code review, changing condition from eq to ne Co-authored-by: Billy O'Neal <bion@microsoft.com> * Update last condition from eq to ne Co-authored-by: Billy O'Neal <bion@microsoft.com>
Diffstat (limited to 'scripts/vcpkgTools.xml')
-rw-r--r--scripts/vcpkgTools.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
index 4caad6119..fed4af09b 100644
--- a/scripts/vcpkgTools.xml
+++ b/scripts/vcpkgTools.xml
@@ -1,5 +1,12 @@
<?xml version="1.0"?>
<tools version="2">
+ <tool name="python3" os="windows">
+ <version>3.8.3</version>
+ <exeRelativePath>python.exe</exeRelativePath>
+ <url>https://www.python.org/ftp/python/3.8.3/python-3.8.3-embed-win32.zip</url>
+ <sha512>8c9078f55b1b5d694e0e809eee6ccf8a6e15810dd4649e8ae1209bff30e102d49546ce970a5d519349ca7759d93146f459c316dc440737171f018600255dcd0a</sha512>
+ <archiveName>python-3.8.3-embed-win32.zip</archiveName>
+ </tool>
<tool name="cmake" os="windows">
<version>3.17.2</version>
<exeRelativePath>cmake-3.17.2-win32-x86\bin\cmake.exe</exeRelativePath>