2019-08-28 13:49:29 -07:00
|
|
|
include(execute_process)
|
2017-03-02 07:29:00 -08:00
|
|
|
include(vcpkg_acquire_msys)
|
2018-10-25 20:34:45 +01:00
|
|
|
include(vcpkg_add_to_path)
|
2019-06-29 01:17:39 +08:00
|
|
|
include(vcpkg_check_features)
|
2018-08-08 13:15:13 +02:00
|
|
|
include(vcpkg_check_linkage)
|
2018-10-25 20:34:45 +01:00
|
|
|
include(vcpkg_clean_msbuild)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_download_distfile)
|
|
|
|
include(vcpkg_extract_source_archive)
|
2018-11-22 14:48:18 -08:00
|
|
|
include(vcpkg_extract_source_archive_ex)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_execute_required_process)
|
2016-10-25 20:56:02 +11:00
|
|
|
include(vcpkg_execute_required_process_repeat)
|
2019-06-12 14:18:43 -07:00
|
|
|
include(vcpkg_execute_build_process)
|
2019-08-12 08:24:20 +02:00
|
|
|
include(vcpkg_fail_port_install)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_find_acquire_program)
|
2017-05-02 20:34:11 -07:00
|
|
|
include(vcpkg_fixup_cmake_targets)
|
|
|
|
include(vcpkg_from_github)
|
2018-05-14 18:49:07 +02:00
|
|
|
include(vcpkg_from_gitlab)
|
2017-08-30 00:12:23 +02:00
|
|
|
include(vcpkg_from_bitbucket)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_build_cmake)
|
|
|
|
include(vcpkg_build_msbuild)
|
2017-01-05 23:38:01 +01:00
|
|
|
include(vcpkg_build_qmake)
|
2019-10-05 22:51:07 +08:00
|
|
|
include(vcpkg_build_make)
|
|
|
|
include(vcpkg_build_nmake)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_install_cmake)
|
2017-02-09 18:13:52 +01:00
|
|
|
include(vcpkg_install_meson)
|
2018-08-08 13:15:13 +02:00
|
|
|
include(vcpkg_install_msbuild)
|
2019-10-05 22:51:07 +08:00
|
|
|
include(vcpkg_install_make)
|
|
|
|
include(vcpkg_install_nmake)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_configure_cmake)
|
2017-02-09 18:13:52 +01:00
|
|
|
include(vcpkg_configure_meson)
|
2017-01-05 23:38:01 +01:00
|
|
|
include(vcpkg_configure_qmake)
|
2019-10-05 22:51:07 +08:00
|
|
|
include(vcpkg_configure_make)
|
2016-09-18 20:50:08 -07:00
|
|
|
include(vcpkg_apply_patches)
|
2016-10-25 20:56:02 +11:00
|
|
|
include(vcpkg_copy_pdbs)
|
2017-01-11 21:20:53 +01:00
|
|
|
include(vcpkg_copy_tool_dependencies)
|
2017-02-14 17:29:47 -08:00
|
|
|
include(vcpkg_get_program_files_32_bit)
|
|
|
|
include(vcpkg_get_program_files_platform_bitness)
|
2017-06-02 13:36:32 -07:00
|
|
|
include(vcpkg_get_windows_sdk)
|
2018-08-13 16:07:26 -07:00
|
|
|
include(vcpkg_replace_string)
|
2018-11-06 23:56:40 +02:00
|
|
|
include(vcpkg_from_git)
|
2018-08-31 09:07:14 +09:00
|
|
|
include(vcpkg_test_cmake)
|
2019-07-01 22:30:24 +02:00
|
|
|
include(vcpkg_prettify_command)
|
2019-09-12 19:07:22 +02:00
|
|
|
include(vcpkg_buildpath_length_warning)
|