{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "cmake",
			"label": "Build",
			"command": "build",
			"targets": [
				"all"
			],
			"preset": "${command:cmake.activeBuildPresetName}",
			"group": {
				"kind": "build",
				"isDefault": true
			},
			"problemMatcher": [],
			"detail": "CMake template build task",
		}
	]
}