8bbddf66e9
subrepo: subdir: "deps/clap-juce-extensions/clap-libs/clap" merged: "3189bdfaf" upstream: origin: "https://github.com/free-audio/clap" branch: "main" commit: "3189bdfaf" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
40 lines
938 B
JSON
40 lines
938 B
JSON
{
|
|
"version": 3,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 17,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "ninja",
|
|
"displayName": "Ninja",
|
|
"description": "Configure and generate Ninja project files for all configurations",
|
|
"binaryDir": "${sourceDir}/builds/${presetName}",
|
|
"generator": "Ninja Multi-Config",
|
|
"cacheVariables": {
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": {
|
|
"type": "boolean",
|
|
"value": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "ninja-release",
|
|
"configurePreset": "ninja",
|
|
"displayName": "Build ninja-release",
|
|
"description": "Build ninja Release configuration",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": ["clap-tests"]
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "ninja-release",
|
|
"configurePreset": "ninja",
|
|
"configuration": "RelWithDebInfo"
|
|
}
|
|
]
|
|
} |