Unverified Commit c8d596c8 authored by Sanjay Salem's avatar Sanjay Salem Committed by GitHub
Browse files

added workspace folder

parent 929e0790
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
"label": "Configure", "label": "Configure",
"type": "shell", "type": "shell",
"group": "build", "group": "build",
"command": "runcmake_win.bat configure", "command": "${workspaceFolder}/runcmake_win.bat configure",
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"label": "Build Release", "label": "Build Release",
"type": "shell", "type": "shell",
"command": "runcmake_win.bat RelWithDebInfo", "command": "${workspaceFolder}/runcmake_win.bat RelWithDebInfo",
"args": [], "args": [],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{ {
"label": "Build Debug", "label": "Build Debug",
"type": "shell", "type": "shell",
"command": "runcmake_win.bat Debug", "command": "${workspaceFolder}/runcmake_win.bat Debug",
"args": [], "args": [],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment