aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeSettings.json')
-rw-r--r--src/CMakeSettings.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/CMakeSettings.json b/src/CMakeSettings.json
new file mode 100644
index 0000000..ed9cc6c
--- /dev/null
+++ b/src/CMakeSettings.json
@@ -0,0 +1,56 @@
+{
+ "configurations": [
+ {
+ "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
+ "configurationType": "Release",
+ "generator": "Visual Studio 15 2017 Win64",
+ "inheritEnvironments": [
+ "msvc_x64_x64"
+ ],
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
+ "name": "x64-Release"
+ },
+ {
+ "name": "x64-Debug",
+ "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}"
+ },
+ {
+ "name": "x64-Debug-NOLOG",
+ "generator": "Visual Studio 15 2017 Win64",
+ "configurationType": "Debug",
+ "inheritEnvironments": [
+ "msvc_x64_x64"
+ ],
+ "variables": [
+ {
+ "name": "NOLOG",
+ "value": "1"
+ }
+ ],
+ "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}"
+ },
+ {
+ "name": "x64-Release-NOLOG",
+ "generator": "Visual Studio 15 2017 Win64",
+ "configurationType": "Release",
+ "inheritEnvironments": [
+ "msvc_x64_x64"
+ ],
+ "variables": [
+ {
+ "name": "NOLOG",
+ "value": "1"
+ }
+ ],
+ "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}"
+ }
+ ]
+} \ No newline at end of file