2021-07-21 01:24:58 +08:00
|
|
|
{
|
|
|
|
"name": "unit-test-cmake",
|
|
|
|
"version-string": "0",
|
|
|
|
"description": "Ensures that the CMake scripts are unit tested.",
|
|
|
|
"supports": "x64",
|
|
|
|
"default-features": [
|
|
|
|
"function-arguments",
|
2021-07-31 03:57:07 +08:00
|
|
|
"list",
|
|
|
|
"minimum-required"
|
2021-07-21 01:24:58 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2021-09-28 04:27:44 +08:00
|
|
|
"host-path-list": {
|
|
|
|
"description": "Test the vcpkg_host_path_list function"
|
|
|
|
},
|
2021-07-21 01:24:58 +08:00
|
|
|
"function-arguments": {
|
|
|
|
"description": "Test the z_vcpkg_function_arguments function"
|
|
|
|
},
|
|
|
|
"list": {
|
|
|
|
"description": "Test the vcpkg_list function"
|
2021-07-31 03:57:07 +08:00
|
|
|
},
|
|
|
|
"minimum-required": {
|
|
|
|
"description": "Test the vcpkg_minimum_required function"
|
2021-07-21 01:24:58 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|