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