diff options
Diffstat (limited to '.vscode/.cmaketools.json')
-rw-r--r-- | .vscode/.cmaketools.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/.cmaketools.json b/.vscode/.cmaketools.json new file mode 100644 index 0000000..0a3d8ea --- /dev/null +++ b/.vscode/.cmaketools.json @@ -0,0 +1,10 @@ +{ + "variant": { + "label": "Debug", + "keywordSettings": { + "buildType": "debug" + }, + "description": "Emit debug information without performing optimizations" + }, + "activeEnvironments": [] +}
\ No newline at end of file |