aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-09-27 13:27:44 -0700
committerGitHub <noreply@github.com>2021-09-27 13:27:44 -0700
commitf0281bf749f6b7c39418b57a60ae91c5f5d65b0f (patch)
treea29ac8106181d0e4fce93a268a4e100742ff9273 /scripts/ports.cmake
parent46700e2a0c6a4e7d93d40da00965d01925b48ef5 (diff)
downloadvcpkg-f0281bf749f6b7c39418b57a60ae91c5f5d65b0f.tar.gz
vcpkg-f0281bf749f6b7c39418b57a60ae91c5f5d65b0f.zip
[scripts-audit] vcpkg_fixup_pkgconfig (#19658)
* [scripts-audit] vcpkg_fixup_pkgconfig * Neumann-A CR, fix docs * vcpkg_fixup_pkgconfig bugs * fix group * moar fixing * be more clever around pkg_config_path * add `vcpkg_host_path_list` so that we can unit test * move stuff around a bit * fix bug in vcpkg_host_path_list.cmake * ras0219 CRs
Diffstat (limited to 'scripts/ports.cmake')
-rw-r--r--scripts/ports.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake
index e33fa5865..914c47cae 100644
--- a/scripts/ports.cmake
+++ b/scripts/ports.cmake
@@ -42,6 +42,7 @@ include("${SCRIPTS}/cmake/vcpkg_from_gitlab.cmake")
include("${SCRIPTS}/cmake/vcpkg_from_sourceforge.cmake")
include("${SCRIPTS}/cmake/vcpkg_get_program_files_platform_bitness.cmake")
include("${SCRIPTS}/cmake/vcpkg_get_windows_sdk.cmake")
+include("${SCRIPTS}/cmake/vcpkg_host_path_list.cmake")
include("${SCRIPTS}/cmake/vcpkg_install_cmake.cmake")
include("${SCRIPTS}/cmake/vcpkg_install_gn.cmake")
include("${SCRIPTS}/cmake/vcpkg_install_make.cmake")