Skip to content
Snippets Groups Projects
Commit 3d88c8c1 authored by Cameron VanHouzen's avatar Cameron VanHouzen
Browse files

add vscode build task

parent f4f7dfcc
Branches
No related tags found
No related merge requests found
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "cmake --preset ninja-release && cmake --build --preset ninja-release",
"problemMatcher": "$gcc"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment