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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.