Files
CMake/Tests/RunCMake/CMakePresetsWorkflow/GoodUser.json.in
Kyle Edwards 374d82bbcd cmake: Add --workflow mode
Fixes: #23118
2022-09-27 11:09:06 -04:00

15 lines
189 B
JSON

{
"version": 6,
"workflowPresets": [
{
"name": "GoodUser",
"steps": [
{
"type": "configure",
"name": "default"
}
]
}
]
}