Skip to content
Snippets Groups Projects
tasks.json 237 B
Newer Older
Evgeny Mortikov's avatar
Evgeny Mortikov committed
{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "cmake",
			"label": "CMake: build",
			"command": "build",
			"targets": [
Evgeny Mortikov's avatar
Evgeny Mortikov committed
				"all"
Evgeny Mortikov's avatar
Evgeny Mortikov committed
			],
			"group": "build",
			"problemMatcher": [],
			"detail": "CMake template build task"
		}
	]
}