Browse Source

Configure cmake source and build dir

pull/3759/head
Silvio Brändle 1 year ago
parent
commit
4b2a8c5261
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .vscode/settings.json

+ 4
- 0
.vscode/settings.json View File

@ -0,0 +1,4 @@
{
"cmake.sourceDirectory": "${workspaceFolder}/cpp",
"cmake.buildDirectory": "${workspaceFolder}/cpp/build"
}

Loading…
Cancel
Save