mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
updated CMakeSettings.json for edit and continue
This commit is contained in:
parent
0ecf2bd962
commit
10e7dee216
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
"generator": "Visual Studio 14 2015",
|
"generator": "Visual Studio 14 2015",
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
|
||||||
"buildCommandArgs": "-m -v:minimal",
|
"buildCommandArgs": "-m -v:minimal",
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"generator": "Visual Studio 14 2015 Win64",
|
"generator": "Visual Studio 14 2015 Win64",
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||||||
"cmakeCommandArgs": "",
|
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
|
||||||
"buildCommandArgs": "-m -v:minimal",
|
"buildCommandArgs": "-m -v:minimal",
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue