aboutsummaryrefslogtreecommitdiff
path: root/CMakeSettings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-10 01:37:37 +0800
committercrupest <crupest@outlook.com>2022-01-10 01:37:37 +0800
commit13256b52f55922c52c3d42b0088cfef530907e1d (patch)
tree4cf058d7bbe57501c3e84e2abb51d616ffc0af16 /CMakeSettings.json
parent8a54ac80091ec38d2647feef81519bf78acefe99 (diff)
downloadcru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.gz
cru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.bz2
cru-13256b52f55922c52c3d42b0088cfef530907e1d.zip
...
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r--CMakeSettings.json40
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": []
- }
- ]
-}