vcpkg_extract_archive
Extract an archive.
Archives can be MSIs, 7zip self extracting executables, or any archive format accepted by CMake's
built-in tar
.
Usage
vcpkg_extract_archive(
ARCHIVE <path>
DESTINATION <path>
)
Parameters
ARCHIVE
Full path to the archive to extract.
DESTINATION
Full path to a nonexistent path which will be created as a directory, into which the contents of
ARCHIVE
are extracted.
Source
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.