36 lines
841 B
JSON
36 lines
841 B
JSON
{
|
|
"version": 2,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 20,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "common",
|
|
"hidden": true,
|
|
"binaryDir": "build",
|
|
"generator": "Unix Makefiles",
|
|
"cacheVariables": {
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": true
|
|
}
|
|
},
|
|
{
|
|
"name": "release",
|
|
"displayName": "Release config",
|
|
"description": "Build without debug symbols or tests",
|
|
"inherits": "common",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "parallel",
|
|
"configurePreset": "release",
|
|
"jobs": 3
|
|
}
|
|
]
|
|
}
|