pineapple-src/externals/vcpkg/docs/maintainers/vcpkg_extract_source_archive_ex.md
2022-07-23 03:01:36 +02:00

993 B
Executable file

vcpkg_extract_source_archive_ex

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

Extract an archive into the source directory. Originally replaced vcpkg_extract_source_archive(), but new ports should instead use the second overload of vcpkg_extract_source_archive().

Usage

vcpkg_extract_source_archive_ex(
    [OUT_SOURCE_PATH <source_path>]
    ...
)

See the documentation for vcpkg_extract_source_archive() for other parameters. Additionally, vcpkg_extract_source_archive_ex() adds the REF and WORKING_DIRECTORY parameters, which are wrappers around SOURCE_BASE and BASE_DIRECTORY respectively.

Source

scripts/cmake/vcpkg_extract_source_archive_ex.cmake