Some checks failed
		
		
	
	studiorailgun/Renderer/pipeline/head There was a failure building this commit
				
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			569 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			569 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"version": "2.0.0",
 | |
| 	"tasks": [
 | |
| 		{
 | |
| 			"type": "cmake",
 | |
| 			"label": "CMake: build",
 | |
| 			"command": "build",
 | |
| 			"targets": [
 | |
| 				"all"
 | |
| 			],
 | |
| 			"preset": "${command:cmake.activeBuildPresetName}",
 | |
| 			"group": "build",
 | |
| 			"problemMatcher": [],
 | |
| 			"detail": "CMake template build task"
 | |
| 		},
 | |
| 		{
 | |
| 			"type": "cmake",
 | |
| 			"label": "CMake: clean rebuild",
 | |
| 			"command": "cleanRebuild",
 | |
| 			"targets": [
 | |
| 				"all"
 | |
| 			],
 | |
| 			"preset": "${command:cmake.activeBuildPresetName}",
 | |
| 			"group": "build",
 | |
| 			"problemMatcher": [],
 | |
| 			"detail": "CMake template clean rebuild task"
 | |
| 		}
 | |
| 	]
 | |
| } |