diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-11-22 14:48:18 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-22 14:48:18 -0800 |
| commit | 380485194e9611241d3c9d6c93e92a6235d2b180 (patch) | |
| tree | b5eb6c24801f1a1cbeb989c97e584d8088cc04ea /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | 2981bb2110d4ac1afb6aacc9f6e39f8e4a8eee5f (diff) | |
| download | vcpkg-380485194e9611241d3c9d6c93e92a6235d2b180.tar.gz vcpkg-380485194e9611241d3c9d6c93e92a6235d2b180.zip | |
[vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_ex
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_common_functions.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake index c8b8fa977..d66fc5eff 100644 --- a/scripts/cmake/vcpkg_common_functions.cmake +++ b/scripts/cmake/vcpkg_common_functions.cmake @@ -4,6 +4,7 @@ include(vcpkg_check_linkage) include(vcpkg_clean_msbuild) include(vcpkg_download_distfile) include(vcpkg_extract_source_archive) +include(vcpkg_extract_source_archive_ex) include(vcpkg_execute_required_process) include(vcpkg_execute_required_process_repeat) include(vcpkg_find_acquire_program) |
