From dbae3bfe566c4c2d949ca6b2f84c6867f15e46ac Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 19 Jun 2018 17:21:34 -0700 Subject: Introduce archives.h/cpp --- toolsrc/include/vcpkg/base/archives.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 toolsrc/include/vcpkg/base/archives.h (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/base/archives.h b/toolsrc/include/vcpkg/base/archives.h new file mode 100644 index 000000000..cfb9f84c0 --- /dev/null +++ b/toolsrc/include/vcpkg/base/archives.h @@ -0,0 +1,9 @@ +#pragma once + +#include +#include + +namespace vcpkg::Archives +{ + void extract_archive(const VcpkgPaths& paths, const fs::path& archive, const fs::path& to_path); +} -- cgit v1.2.3