39 lines
1000 B
JSON
39 lines
1000 B
JSON
{
|
|
"version": 6,
|
|
"cmakeMinimumRequired": {
|
|
"major": 4,
|
|
"minor": 2,
|
|
"patch": 1
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "default",
|
|
"displayName": "Default",
|
|
"description": "Default",
|
|
"binaryDir": "${sourceDir}/build/",
|
|
"installDir": "${sourceDir}/distrib/",
|
|
"cacheVariables": {
|
|
"CMAKE_VERBOSE_MAKEFILE": "ON",
|
|
"CMAKE_INTERPROCEDURAL_OPTIMIZATION": "ON"
|
|
},
|
|
"hidden": false
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"configurePreset": "default",
|
|
"name": "default-debug",
|
|
"description": "",
|
|
"displayName": "Debug",
|
|
"configuration": "Debug"
|
|
},
|
|
{
|
|
"configurePreset": "default",
|
|
"name": "default-release",
|
|
"description": "",
|
|
"displayName": "Release",
|
|
"configuration": "Release"
|
|
}
|
|
]
|
|
}
|