mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 15:51:37 +08:00
a59ba45e60
Fix fixup for debug tools, https://github.com/microsoft/vcpkg/pull/37736#issuecomment-2035415913. Fix fixup for paths with regex chars, https://github.com/microsoft/vcpkg/issues/37984.
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "unit-test-cmake",
|
|
"version-string": "0",
|
|
"description": "Ensures that the CMake scripts are unit tested.",
|
|
"license": "MIT",
|
|
"supports": "x64",
|
|
"default-features": [
|
|
"backup-restore-env-vars",
|
|
"fixup-pkgconfig",
|
|
{
|
|
"name": "fixup-rpath",
|
|
"platform": "!windows"
|
|
},
|
|
"function-arguments",
|
|
"host-path-list",
|
|
"list",
|
|
"merge-libs",
|
|
"minimum-required",
|
|
"setup-pkgconfig-path"
|
|
],
|
|
"features": {
|
|
"backup-restore-env-vars": {
|
|
"description": "Test the vcpkg_backup/restore_env_vars functions"
|
|
},
|
|
"fixup-pkgconfig": {
|
|
"description": "Test the vcpkg_fixup_pkgconfig function"
|
|
},
|
|
"fixup-rpath": {
|
|
"description": "Test the rpath fixup function",
|
|
"supports": "!windows"
|
|
},
|
|
"function-arguments": {
|
|
"description": "Test the z_vcpkg_function_arguments function"
|
|
},
|
|
"host-path-list": {
|
|
"description": "Test the vcpkg_host_path_list function"
|
|
},
|
|
"list": {
|
|
"description": "Test the vcpkg_list function"
|
|
},
|
|
"merge-libs": {
|
|
"description": "Test the z_vcpkg_cmake_config_fixup_merge_lists function",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
},
|
|
"minimum-required": {
|
|
"description": "Test the vcpkg_minimum_required function"
|
|
},
|
|
"setup-pkgconfig-path": {
|
|
"description": "Test the z_vcpkg_setup/restore_pkgconfig_path functions"
|
|
}
|
|
}
|
|
}
|