mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
CMakeSettings.json: Separate build directories
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"inheritEnvironments": [ "msvc_x64_x64" ],
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||||||
"buildCommandArgs": "",
|
"buildCommandArgs": "",
|
||||||
"buildRoot": "${workspaceRoot}\\build",
|
"buildRoot": "${workspaceRoot}\\Build\\${name}",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "",
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"inheritEnvironments": [ "msvc_x64_x64" ],
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||||||
"buildCommandArgs": "",
|
"buildCommandArgs": "",
|
||||||
"buildRoot": "${workspaceRoot}\\build",
|
"buildRoot": "${workspaceRoot}\\Build\\${name}",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "",
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user