Skip to content

Instantly share code, notes, and snippets.

@omsharp
Created February 24, 2024 13:27
Show Gist options
  • Save omsharp/1b3ec6aad9e2e881bccf0b8e95f314eb to your computer and use it in GitHub Desktop.
Save omsharp/1b3ec6aad9e2e881bccf0b8e95f314eb to your computer and use it in GitHub Desktop.

Revisions

  1. omsharp created this gist Feb 24, 2024.
    16 changes: 16 additions & 0 deletions task.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "version": "2.0.0",
    "tasks": [
    {
    "type": "cmake",
    "label": "CMake_build",
    "command": "build",
    "targets": [
    "ALL_BUILD"
    ],
    "group": "build",
    "problemMatcher": [],
    "detail": "CMake build task"
    },
    ]
    }