mirror of https://github.com/ARMmbed/mbed-os.git
30 lines
862 B
JSON
30 lines
862 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "GNU-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"inheritEnvironments": [ "mingw64" ],
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
|
"environments": [
|
|
{
|
|
"environment": "mingw64"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "GNU-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"inheritEnvironments": [ "mingw64" ],
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
|
"environments": [
|
|
{
|
|
"environment": "mingw64"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |