diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-02-09 15:53:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 15:53:36 -0800 |
| commit | 545c165ce08bff237b1468f42b0607e899dab959 (patch) | |
| tree | 3aad8bb834164adc8b9939f493cc3d8b592d7111 /scripts/ports.cmake | |
| parent | 4502f8ed6874fa29a54e1a1a49d32bcf1cb5fddf (diff) | |
| download | vcpkg-545c165ce08bff237b1468f42b0607e899dab959.tar.gz vcpkg-545c165ce08bff237b1468f42b0607e899dab959.zip | |
[(z_)vcpkg_prettify_command(_line)] Scripts Tree Audit (#16130)
* [vcpkg_prettify_command] Audit
* rename file
* rename out-var in docs
* fix file path
* add internal use message to docs
* escapin' in z_vcpkg_prettify_command_line
* regenerate docs
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake index 9e1ba6b32..58294d81c 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -122,9 +122,12 @@ if(CMD MATCHES "^BUILD$") include(vcpkg_install_nmake) include(vcpkg_install_qmake) include(vcpkg_internal_get_cmake_vars) - include(vcpkg_prettify_command) include(vcpkg_replace_string) include(vcpkg_test_cmake) + + include("${SCRIPTS}/cmake/z_vcpkg_prettify_command_line.cmake") + include("${SCRIPTS}/cmake/z_vcpkg_function_arguments.cmake") + include(${CURRENT_PORT_DIR}/portfile.cmake) if(DEFINED PORT) include(${SCRIPTS}/build_info.cmake) |
