aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-26 18:18:43 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-26 18:18:43 -0800
commite2980c8f91327614f24abec6704a5831d8074a8a (patch)
treedbfee9c09fb1f64a1216dd46615c1fddad210cd8 /toolsrc/include
parentebdb41039450383ec7f41bd5f589cc46b7fd6a59 (diff)
downloadvcpkg-e2980c8f91327614f24abec6704a5831d8074a8a.tar.gz
vcpkg-e2980c8f91327614f24abec6704a5831d8074a8a.zip
[vcpkg] Add 7zip internal tool
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/vcpkgpaths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/vcpkgpaths.h b/toolsrc/include/vcpkg/vcpkgpaths.h
index 33a9b0067..84e8110ec 100644
--- a/toolsrc/include/vcpkg/vcpkgpaths.h
+++ b/toolsrc/include/vcpkg/vcpkgpaths.h
@@ -63,6 +63,7 @@ namespace vcpkg
fs::path ports_cmake;
+ const fs::path& get_7za_exe() const;
const fs::path& get_cmake_exe() const;
const fs::path& get_git_exe() const;
const fs::path& get_nuget_exe() const;
@@ -80,6 +81,7 @@ namespace vcpkg
private:
Lazy<std::vector<std::string>> available_triplets;
+ Lazy<fs::path> _7za_exe;
Lazy<fs::path> cmake_exe;
Lazy<fs::path> git_exe;
Lazy<fs::path> nuget_exe;