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.
Build task for CMake Tools on VSCode
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake_build",
"command": "build",
"targets": [
"ALL_BUILD"
],
"group": "build",
"problemMatcher": [],
"detail": "CMake build task"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment