20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"version": 6,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 25,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "task1@release",
|
|
"displayName": "Task1 Release build",
|
|
"description": "Builds the targets of task1 as release",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/.out/task1-release",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
}
|
|
}
|
|
]
|
|
} |