Cemu/CMakeSettings.json

28 lines
851 B
JSON
Raw Normal View History

2022-08-22 16:21:23 -04:00
{
"configurations": [
{
"name": "RelWithDebInfo",
"configurationType": "RelWithDebInfo",
2022-08-22 16:21:23 -04:00
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}"
2022-08-22 16:21:23 -04:00
},
{
"name": "Release",
"configurationType": "Release",
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
2022-08-22 16:21:23 -04:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
2023-10-01 06:43:24 -03:00
"installRoot": "${projectDir}\\out\\install\\${name}"
2022-08-22 16:21:23 -04:00
},
{
"name": "Debug",
"configurationType": "Debug",
2022-08-22 16:21:23 -04:00
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
2022-08-22 16:21:23 -04:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}"
2022-08-22 16:21:23 -04:00
}
]
}