diff options
| author | crupest <crupest@outlook.com> | 2019-04-04 14:14:07 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2019-04-04 14:14:07 +0800 |
| commit | dcd866074615ba357b62b6128f1c64d56ed4ad16 (patch) | |
| tree | 86db346cfa104d173b4e9dd7449d51ec36f0b5b3 /CMakeSettings.json | |
| parent | d732b99cd1436144d4625382954eb4a1cf832a1f (diff) | |
| download | cru-dcd866074615ba357b62b6128f1c64d56ed4ad16.tar.gz cru-dcd866074615ba357b62b6128f1c64d56ed4ad16.tar.bz2 cru-dcd866074615ba357b62b6128f1c64d56ed4ad16.zip | |
...
Diffstat (limited to 'CMakeSettings.json')
| -rw-r--r-- | CMakeSettings.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json index ce7531e0..4931d795 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -2,31 +2,35 @@ "configurations": [ { "name": "x86-Debug", - "generator": "Visual Studio 15 2017", + "generator": "Ninja", + "inheritEnvironments": [ "msvc_x86_x64" ], "configurationType": "Debug", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" }, { "name": "x86-Realse", - "generator": "Visual Studio 15 2017", + "generator": "Ninja", + "inheritEnvironments": [ "msvc_x86_x64" ], "configurationType": "Release", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" }, { "name": "x64-Debug", - "generator": "Visual Studio 15 2017 Win64", + "generator": "Ninja", + "inheritEnvironments": [ "msvc_x64" ], "configurationType": "Debug", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" }, { "name": "x64-Release", - "generator": "Visual Studio 15 2017 Win64", + "generator": "Ninja", + "inheritEnvironments": [ "msvc_x64" ], "configurationType": "Release", "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}" } ] -}
\ No newline at end of file +} |
