169 lines
5.8 KiB
JSON
169 lines
5.8 KiB
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "Maya2020",
|
|
"displayName": "Maya 2020",
|
|
"description": "Visual Studio 17 2022 Win64 generator with v141 toolset",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v141",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi /W0",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2 /W0"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2020",
|
|
"USD_LOCATION":"D:/library/build/usd_21.11_release"
|
|
},
|
|
"installDir": "${sourceDir}/install"
|
|
},
|
|
{
|
|
"name": "Maya2022",
|
|
"displayName": "Maya 2022",
|
|
"description": "Visual Studio 17 2022 Win64 generator with v142 toolset",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v142",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi /W0",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2 /W0"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2022",
|
|
"OPENCV_LOCATION":"${sourceDir}/vendor/opencv"
|
|
},
|
|
"installDir": "${sourceDir}/install"
|
|
},
|
|
{
|
|
"name": "Maya2023",
|
|
"displayName": "Maya 2023",
|
|
"description": "Visual Studio 17 2022 Win64 generator with v142 toolset",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v142",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi /W0",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2 /W0"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2023"
|
|
},
|
|
"installDir": "${sourceDir}/install"
|
|
},
|
|
{
|
|
"name": "Maya2024",
|
|
"displayName": "Maya 2024",
|
|
"description": "Visual Studio 17 2022 Win64 generator with v143 toolset",
|
|
"generator": "Visual Studio 17 2022",
|
|
"toolset": "v143",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_CXX_FLAGS_RELWITHDEBINFO": "/Od /Zi /W0",
|
|
"CMAKE_CXX_FLAGS_RELEASE": "/O2 /W0"
|
|
},
|
|
"environment": {
|
|
"MAYA_VERSION": "2024"
|
|
},
|
|
"installDir": "${sourceDir}/install"
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "Maya2020_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2020 Release",
|
|
"configurePreset": "Maya2020",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2020_RelWithDebInfo",
|
|
"description": "RelWithDebInfo Build",
|
|
"displayName": "Maya 2020 RelWithDebInfo",
|
|
"configurePreset": "Maya2020",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2020_Debug",
|
|
"description": "Debug Build",
|
|
"displayName": "Maya 2020 Debug",
|
|
"configurePreset": "Maya2020",
|
|
"configuration": "Debug",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2022_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2022 Release",
|
|
"configurePreset": "Maya2022",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2022_RelWithDebInfo",
|
|
"description": "RelWithDebInfo Build",
|
|
"displayName": "Maya 2022 RelWithDebInfo",
|
|
"configurePreset": "Maya2022",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2022_Debug",
|
|
"description": "Debug Build",
|
|
"displayName": "Maya 2022 Debug",
|
|
"configurePreset": "Maya2022",
|
|
"configuration": "Debug",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2023_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2023 Release",
|
|
"configurePreset": "Maya2023",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2023_RelWithDebInfo",
|
|
"description": "RelWithDebInfo Build",
|
|
"displayName": "Maya 2023 RelWithDebInfo",
|
|
"configurePreset": "Maya2023",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2023_Debug",
|
|
"description": "Debug Build",
|
|
"displayName": "Maya 2023 Debug",
|
|
"configurePreset": "Maya2023",
|
|
"configuration": "Debug",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name": "Maya2024_Release",
|
|
"description": "Release Build",
|
|
"displayName": "Maya 2024 Release",
|
|
"configurePreset": "Maya2024",
|
|
"configuration": "Release",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2024_RelWithDebInfo",
|
|
"description": "RelWithDebInfo Build",
|
|
"displayName": "Maya 2024 RelWithDebInfo",
|
|
"configurePreset": "Maya2024",
|
|
"configuration": "RelWithDebInfo",
|
|
"targets": "install"
|
|
},
|
|
{
|
|
"name":"Maya2024_Debug",
|
|
"description": "Debug Build",
|
|
"displayName": "Maya 2024 Debug",
|
|
"configurePreset": "Maya2024",
|
|
"configuration": "Debug",
|
|
"targets": "install"
|
|
}
|
|
]
|
|
} |