diff --git a/.gitignore b/.gitignore index 2c690ee..fb4d675 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -gui/command.cpp -.vs/ \ No newline at end of file +.vs/ +CMakeBuilds/ \ No newline at end of file diff --git a/CMakeSettings.json b/CMakeSettings.json index 0adcd07..ad46300 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -6,8 +6,8 @@ "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x86" ], - "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", - "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "buildRoot": "${workspaceRoot}\\CMakeBuilds\\build\\${name}", + "installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "" @@ -17,8 +17,8 @@ "generator": "Ninja", "configurationType": "MinSizeRel", "inheritEnvironments": [ "msvc_x86" ], - "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", - "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "buildRoot": "${workspaceRoot}\\CMakeBuilds\\build\\${name}", + "installRoot": "${workspaceRoot}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": ""