Some checks failed
		
		
	
	studiorailgun/Renderer/pipeline/head There was a failure building this commit
				
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			509 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			509 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": 6,
 | |
|     "configurePresets": [
 | |
|         {
 | |
|             "name": "default",
 | |
|             "displayName": "Default",
 | |
|             "description": "Sets Ninja generator, build and install directory",
 | |
|             "generator": "Ninja",
 | |
|             "binaryDir": "${sourceDir}/out/build",
 | |
|             "cacheVariables": {
 | |
|                 "CMAKE_BUILD_TYPE": "Debug",
 | |
|                 "CMAKE_TOOLCHAIN_FILE": "",
 | |
|                 "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install"
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| } |