mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
34 lines
661 B
JSON
34 lines
661 B
JSON
{
|
|
"version": 1,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 19,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"displayName": "Default Config",
|
|
"description": "Default build using Ninja generator",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/build/default",
|
|
"cacheVariables": {
|
|
"MY_CACHE_VARIABLE": {
|
|
"type": "BOOL",
|
|
"value": "OFF"
|
|
}
|
|
},
|
|
"vendor": {
|
|
"example.com/ExampleIDE/1.0": {
|
|
"autoFormat": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"vendor": {
|
|
"example.com/ExampleIDE/1.0": {
|
|
"autoFormat": false
|
|
}
|
|
}
|
|
}
|