109 lines
3.8 KiB
JSON
109 lines
3.8 KiB
JSON
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "Maya2020",
|
|
"displayName": "Maya 2020",
|
|
"description": "Build as Visual Studio 15 2017",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v141",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_TOOLCHAIN_FILE": "",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install",
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2020"
|
|
}
|
|
},
|
|
{
|
|
"name": "Maya2022",
|
|
"displayName": "Maya 2022",
|
|
"description": "Build as Visual Studio 16 2019",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v142",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_TOOLCHAIN_FILE": "",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install",
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2022"
|
|
}
|
|
},
|
|
{
|
|
"name": "Maya2023",
|
|
"displayName": "Maya 2023",
|
|
"description": "Build as Visual Studio 16 2019",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v142",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"CMAKE_TOOLCHAIN_FILE": "",
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install",
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2023"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "Maya2020_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2020 Release",
|
|
"configurePreset": "Maya2020",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2020_RelWithDebInfo",
|
|
"description": "Release Build with Debug Info",
|
|
"displayName": "Maya 2020 RelWithDebInfo",
|
|
"configurePreset": "Maya2020",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2022_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2022 Release",
|
|
"configurePreset": "Maya2022",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2022_RelWithDebInfo",
|
|
"description": "Release Build with Debug Info",
|
|
"displayName": "Maya 2022 RelWithDebInfo",
|
|
"configurePreset": "Maya2022",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2023_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2023 Release",
|
|
"configurePreset": "Maya2023",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2023_RelWithDebInfo",
|
|
"description": "Release Build with Debug Info",
|
|
"displayName": "Maya 2023 RelWithDebInfo",
|
|
"configurePreset": "Maya2023",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
}
|
|
]
|
|
} |