CMakeSettings.json: Use Ninja

This commit is contained in:
spycrab 2019-05-15 09:53:42 +02:00
parent ec734065db
commit 0b57a8b01d

View File

@ -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": [