mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
CMakeSettings.json: Use Ninja
This commit is contained in:
parent
ec734065db
commit
0b57a8b01d
@ -3,9 +3,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Release",
|
"name": "Release",
|
||||||
"configurationType": "Release",
|
"configurationType": "Release",
|
||||||
"generator": "Visual Studio 16 2019 Win64",
|
"generator": "Ninja",
|
||||||
"inheritEnvironments": [ "msvc_x64_x64" ],
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||||||
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64",
|
"buildCommandArgs": "",
|
||||||
"buildRoot": "${workspaceRoot}\\build",
|
"buildRoot": "${workspaceRoot}\\build",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "",
|
||||||
"variables": [
|
"variables": [
|
||||||
@ -17,10 +17,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug",
|
"name": "Debug",
|
||||||
"generator": "Visual Studio 16 2019 Win64",
|
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
|
"generator": "Ninja",
|
||||||
"inheritEnvironments": [ "msvc_x64_x64" ],
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||||||
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64",
|
"buildCommandArgs": "",
|
||||||
"buildRoot": "${workspaceRoot}\\build",
|
"buildRoot": "${workspaceRoot}\\build",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "",
|
||||||
"variables": [
|
"variables": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user