Skip to content
Snippets Groups Projects
tasks.json 252 B
Newer Older
  • Learn to ignore specific revisions
  • Evgeny Mortikov's avatar
    Evgeny Mortikov committed
    {
    	"version": "2.0.0",
    	"tasks": [
    		{
    			"type": "cmake",
    			"label": "CMake: build",
    			"command": "build",
    			"targets": [
    				"[N/A - Select Kit]"
    			],
    			"group": "build",
    			"problemMatcher": [],
    			"detail": "CMake template build task"
    		}
    	]
    }