30 lines
701 B
JSON
30 lines
701 B
JSON
{
|
|
"version": 6,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 25,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "task@release",
|
|
"displayName": "Task Release build",
|
|
"description": "Builds the target as release",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/.out/task-release",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
}
|
|
},
|
|
{
|
|
"name": "task@debug",
|
|
"displayName": "Task Debug build",
|
|
"description": "Builds the target as debug",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/.out/task-debug",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
}
|
|
]
|
|
} |