mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:53:28 +08:00
ab54bfa0cc
* [vcpkg] post-build cmake test - test for applications with cmake build system - Add a test feature to vcpkg core, make progress for #72 - Tests for zlib, bzip2, libiconv and openssl for example - Test for curl will be failed, because of a bug #3053 It can detect a this type of problems * [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test. * [bzip2] Fix casing of cmake module name
30 lines
934 B
CMake
30 lines
934 B
CMake
include(vcpkg_acquire_msys)
|
|
include(vcpkg_append_to_path)
|
|
include(vcpkg_check_linkage)
|
|
include(vcpkg_download_distfile)
|
|
include(vcpkg_extract_source_archive)
|
|
include(vcpkg_execute_required_process)
|
|
include(vcpkg_execute_required_process_repeat)
|
|
include(vcpkg_find_acquire_program)
|
|
include(vcpkg_fixup_cmake_targets)
|
|
include(vcpkg_from_github)
|
|
include(vcpkg_from_gitlab)
|
|
include(vcpkg_from_bitbucket)
|
|
include(vcpkg_build_cmake)
|
|
include(vcpkg_build_msbuild)
|
|
include(vcpkg_build_qmake)
|
|
include(vcpkg_install_cmake)
|
|
include(vcpkg_install_meson)
|
|
include(vcpkg_install_msbuild)
|
|
include(vcpkg_configure_cmake)
|
|
include(vcpkg_configure_meson)
|
|
include(vcpkg_configure_qmake)
|
|
include(vcpkg_apply_patches)
|
|
include(vcpkg_copy_pdbs)
|
|
include(vcpkg_copy_tool_dependencies)
|
|
include(vcpkg_get_program_files_32_bit)
|
|
include(vcpkg_get_program_files_platform_bitness)
|
|
include(vcpkg_get_windows_sdk)
|
|
include(vcpkg_replace_string)
|
|
include(vcpkg_test_cmake)
|