diff options
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r-- | CMakeSettings.json | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index ce8c56f4..00000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "configurations": [ - { - "name": "x86-Debug", - "inheritEnvironments": [ "msvc_x86_x64" ], - "configurationType": "Debug", - "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", - "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", - "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", - "variables": [] - }, - { - "name": "x86-Release", - "inheritEnvironments": [ "msvc_x86_x64" ], - "configurationType": "Release", - "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", - "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", - "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", - "variables": [] - }, - { - "name": "x64-Debug", - "inheritEnvironments": [ "msvc_x64_x64" ], - "configurationType": "Debug", - "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", - "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", - "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", - "variables": [] - }, - { - "name": "x64-Release", - "inheritEnvironments": [ "msvc_x64_x64" ], - "configurationType": "Release", - "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", - "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", - "cmakeToolchain": "${workspaceRoot}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake", - "variables": [] - } - ] -} |