mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
374d82bbcd
Fixes: #23118
31 lines
500 B
Plaintext
31 lines
500 B
Plaintext
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
],
|
|
"workflowPresets": [
|
|
{
|
|
"name": "default",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "default"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "with-description",
|
|
"displayName": "With Description",
|
|
"description": "This preset has a description.",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "default"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|