mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
fix(cmake-preset): add configuration property for build presets
This commit is contained in:
@@ -138,49 +138,57 @@
|
|||||||
"name": "msvc_2022_debug",
|
"name": "msvc_2022_debug",
|
||||||
"displayName": "Debug",
|
"displayName": "Debug",
|
||||||
"configurePreset": "msvc_2022_debug",
|
"configurePreset": "msvc_2022_debug",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "Debug"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2022_release",
|
"name": "msvc_2022_release",
|
||||||
"displayName": "Release",
|
"displayName": "Release",
|
||||||
"configurePreset": "msvc_2022_release",
|
"configurePreset": "msvc_2022_release",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "Release"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2022_relwithdebinfo",
|
"name": "msvc_2022_relwithdebinfo",
|
||||||
"displayName": "RelWithDebInfo",
|
"displayName": "RelWithDebInfo",
|
||||||
"configurePreset": "msvc_2022_relwithdebinfo",
|
"configurePreset": "msvc_2022_relwithdebinfo",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "RelWithDebInfo"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2022_minsizerel",
|
"name": "msvc_2022_minsizerel",
|
||||||
"displayName": "MinSizeRel",
|
"displayName": "MinSizeRel",
|
||||||
"configurePreset": "msvc_2022_minsizerel",
|
"configurePreset": "msvc_2022_minsizerel",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "MinSizeRel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2019_debug",
|
"name": "msvc_2019_debug",
|
||||||
"displayName": "Debug",
|
"displayName": "Debug",
|
||||||
"configurePreset": "msvc_2019_debug",
|
"configurePreset": "msvc_2019_debug",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "Debug"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2019_release",
|
"name": "msvc_2019_release",
|
||||||
"displayName": "Release",
|
"displayName": "Release",
|
||||||
"configurePreset": "msvc_2019_release",
|
"configurePreset": "msvc_2019_release",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "Release"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2019_relwithdebinfo",
|
"name": "msvc_2019_relwithdebinfo",
|
||||||
"displayName": "RelWithDebInfo",
|
"displayName": "RelWithDebInfo",
|
||||||
"configurePreset": "msvc_2019_relwithdebinfo",
|
"configurePreset": "msvc_2019_relwithdebinfo",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "RelWithDebInfo"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "msvc_2019_minsizerel",
|
"name": "msvc_2019_minsizerel",
|
||||||
"displayName": "MinSizeRel",
|
"displayName": "MinSizeRel",
|
||||||
"configurePreset": "msvc_2019_minsizerel",
|
"configurePreset": "msvc_2019_minsizerel",
|
||||||
"jobs": 8
|
"jobs": 8,
|
||||||
|
"configuration": "MinSizeRel"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"testPresets": [
|
"testPresets": [
|
||||||
|
|||||||
Reference in New Issue
Block a user