early-access version 2853
This commit is contained in:
36
externals/vcpkg/scripts/test_ports/unit-test-cmake/vcpkg.json
vendored
Executable file
36
externals/vcpkg/scripts/test_ports/unit-test-cmake/vcpkg.json
vendored
Executable file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "unit-test-cmake",
|
||||
"version-string": "0",
|
||||
"description": "Ensures that the CMake scripts are unit tested.",
|
||||
"supports": "x64",
|
||||
"default-features": [
|
||||
"function-arguments",
|
||||
"host-path-list",
|
||||
"list",
|
||||
"merge-libs",
|
||||
"minimum-required"
|
||||
],
|
||||
"features": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user