mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:49:07 +08:00
3565cab797
* Merge INTERFACE_LINK_LIBRARIES configurations Direct references to binaries must match the active build type when used. * Update tmx for cmake_config_fixup * Update versions * Prevent repeated fixup of the same file * Don't change line structure * Update versions * CI * Apply CR suggestion Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update versions * Fixup CR suggestion * Update versions * Update versions Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
35 lines
845 B
JSON
35 lines
845 B
JSON
{
|
|
"name": "unit-test-cmake",
|
|
"version-string": "0",
|
|
"description": "Ensures that the CMake scripts are unit tested.",
|
|
"supports": "x64",
|
|
"default-features": [
|
|
"function-arguments",
|
|
"list",
|
|
"minimum-required"
|
|
],
|
|
"features": {
|
|
"host-path-list": {
|
|
"description": "Test the vcpkg_host_path_list function"
|
|
},
|
|
"function-arguments": {
|
|
"description": "Test the z_vcpkg_function_arguments 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"
|
|
}
|
|
}
|
|
}
|