blob: 5079f9e739b5fc7676bb4fd58eaf2ca46cdfede9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "unit-test-cmake",
"version-string": "0",
"description": "Ensures that the CMake scripts are unit tested.",
"supports": "x64",
"default-features": [
"function-arguments",
"list"
],
"features": {
"function-arguments": {
"description": "Test the z_vcpkg_function_arguments function"
},
"list": {
"description": "Test the vcpkg_list function"
}
}
}
|