This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"version": 6,
|
||||
"cmakeMinimumRequired": {
|
||||
"major": 3,
|
||||
"minor": 21,
|
||||
"patch": 0
|
||||
},
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "host-debug",
|
||||
"displayName": "Host debug build",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/host-debug",
|
||||
"cacheVariables": {
|
||||
"BUILD_TESTING": "ON",
|
||||
"CHIMERA_GFX_REGISTER_EXTERNAL_EVIDENCE_VALIDATORS": "OFF",
|
||||
"CMAKE_BUILD_TYPE": "Debug",
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "host-release",
|
||||
"displayName": "Host release build",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/host-release",
|
||||
"cacheVariables": {
|
||||
"BUILD_TESTING": "ON",
|
||||
"CHIMERA_GFX_REGISTER_EXTERNAL_EVIDENCE_VALIDATORS": "OFF",
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{"name": "host-debug", "configurePreset": "host-debug"},
|
||||
{"name": "host-release", "configurePreset": "host-release"}
|
||||
],
|
||||
"testPresets": [
|
||||
{
|
||||
"name": "host-debug",
|
||||
"configurePreset": "host-debug",
|
||||
"output": {"outputOnFailure": true}
|
||||
},
|
||||
{
|
||||
"name": "host-release",
|
||||
"configurePreset": "host-release",
|
||||
"output": {"outputOnFailure": true}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user