vcpkg_extract_source_archive_ex
Warning
This function has been deprecated in favor of vcpkg_extract_source_archive()
.
Extract an archive.
Usage
vcpkg_extract_source_archive_ex(
[OUT_SOURCE_PATH <out-var>]
[<options>...]
)
This command forwards all options to vcpkg_extract_source_archive()
, with <out-var>
as the first argument. Equivalent to vcpkg_extract_source_archive(<out-var> <options>...)
. For parameter help, see the documentation for vcpkg_extract_source_archive()
.
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.