Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 918 Bytes

vcpkg_extract_source_archive_ex.md

File metadata and controls

22 lines (15 loc) · 918 Bytes

vcpkg_extract_source_archive_ex

This function has been deprecated in favor of vcpkg_extract_source_archive().

The latest version of this document lives in the vcpkg repo.

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>...). See the documentation for vcpkg_extract_source_archive() for parameter help.

Source

scripts/cmake/vcpkg_extract_source_archive_ex.cmake