mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This demonstrates both the simple string and the complex object, and ensures that they get automated testing.
35 lines
703 B
JSON
35 lines
703 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": {
|
|
"FIRST_CACHE_VARIABLE": {
|
|
"type": "BOOL",
|
|
"value": "OFF"
|
|
},
|
|
"SECOND_CACHE_VARIABLE": "ON"
|
|
},
|
|
"vendor": {
|
|
"example.com/ExampleIDE/1.0": {
|
|
"autoFormat": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"vendor": {
|
|
"example.com/ExampleIDE/1.0": {
|
|
"autoFormat": false
|
|
}
|
|
}
|
|
}
|