blob: c20cf2c6cb8f41a2d23626edf00912120436c7ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"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": {
"function-arguments": {
"description": "Test the z_vcpkg_function_arguments function"
},
"list": {
"description": "Test the vcpkg_list function"
},
"minimum-required": {
"description": "Test the vcpkg_minimum_required function"
}
}
}
|