mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Merge pull request #83 from takhlaq/edit_and_continue
updated CMakeSettings.json for edit and continue
This commit is contained in:
commit
b6a20b465c
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