Cemu/CMakeSettings.json

28 lines
852 B
JSON
Raw Normal View History

2022-08-22 22:21:23 +02:00
{
"configurations": [
{
"name": "RelWithDebInfo",
"configurationType": "RelWithDebInfo",
2022-08-22 22:21:23 +02:00
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}"
2022-08-22 22:21:23 +02:00
},
{
"name": "Release",
"configurationType": "Release",
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
2022-08-22 22:21:23 +02:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
},
{
"name": "Debug",
"configurationType": "Debug",
2022-08-22 22:21:23 +02:00
"generator": "Ninja",
"inheritEnvironments": [ "msvc_x64_x64" ],
2022-08-22 22:21:23 +02:00
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}"
2022-08-22 22:21:23 +02:00
}
]
}