mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 08:39:18 +01:00
28 lines
851 B
JSON
28 lines
851 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "RelWithDebInfo",
|
|
"configurationType": "RelWithDebInfo",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}"
|
|
},
|
|
{
|
|
"name": "Release",
|
|
"configurationType": "Release",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}"
|
|
},
|
|
{
|
|
"name": "Debug",
|
|
"configurationType": "Debug",
|
|
"generator": "Ninja",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}"
|
|
}
|
|
]
|
|
} |