mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
21 lines
360 B
Plaintext
21 lines
360 B
Plaintext
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
],
|
|
"packagePresets": [
|
|
{
|
|
"name": "default",
|
|
"configurePreset": "default"
|
|
},
|
|
{
|
|
"name": "with-description",
|
|
"displayName": "With Description",
|
|
"description": "This preset has a description",
|
|
"configurePreset": "default"
|
|
}
|
|
]
|
|
}
|