aboutsummaryrefslogtreecommitdiff
path: root/CMakeSettings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-28 20:17:03 +0800
committercrupest <crupest@outlook.com>2019-03-28 20:17:03 +0800
commit32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5 (patch)
treec0a5829e63f11b4b2f223bdf3f53a201cecbe0b4 /CMakeSettings.json
parent8199bbb3130812e5c8fac6254de6971ef6b9c17e (diff)
downloadcru-32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5.tar.gz
cru-32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5.tar.bz2
cru-32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5.zip
...
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r--CMakeSettings.json40
1 files changed, 8 insertions, 32 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json
index 81078ff7..ce7531e0 100644
--- a/CMakeSettings.json
+++ b/CMakeSettings.json
@@ -2,55 +2,31 @@
"configurations": [
{
"name": "x86-Debug",
- "generator": "Ninja",
+ "generator": "Visual Studio 15 2017",
"configurationType": "Debug",
- "inheritEnvironments": [
- "msvc_x86"
- ],
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
- "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "-v",
- "ctestCommandArgs": ""
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}"
},
{
"name": "x86-Realse",
- "generator": "Ninja",
+ "generator": "Visual Studio 15 2017",
"configurationType": "Release",
- "inheritEnvironments": [
- "msvc_x86"
- ],
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
- "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "-v",
- "ctestCommandArgs": ""
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}"
},
{
"name": "x64-Debug",
- "generator": "Ninja",
+ "generator": "Visual Studio 15 2017 Win64",
"configurationType": "Debug",
- "inheritEnvironments": [
- "msvc_x64_x64"
- ],
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
- "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "-v",
- "ctestCommandArgs": ""
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}"
},
{
"name": "x64-Release",
- "generator": "Ninja",
+ "generator": "Visual Studio 15 2017 Win64",
"configurationType": "Release",
- "inheritEnvironments": [
- "msvc_x64_x64"
- ],
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
- "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "-v",
- "ctestCommandArgs": ""
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}"
}
]
} \ No newline at end of file