mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"version": 2,
 | |
| 	"configurePresets": [
 | |
| 		{
 | |
| 			"name": "default",
 | |
| 			"description": "Build using Ninja",
 | |
| 			"generator": "Ninja",
 | |
| 			"binaryDir": "build",
 | |
| 			"cacheVariables": {
 | |
| 				"CMAKE_C_FLAGS": "-fdiagnostics-color",
 | |
| 				"CMAKE_CXX_FLAGS": "-fdiagnostics-color",
 | |
| 				"SRB2_CONFIG_DEV_BUILD": "ON",
 | |
| 				"SRB2_CONFIG_HOSTTESTERS": "OFF",
 | |
| 				"SRB2_CONFIG_TESTERS": "OFF",
 | |
| 				"CMAKE_BUILD_TYPE": "RelWithDebInfo"
 | |
| 			}
 | |
| 		},
 | |
| 		{
 | |
| 			"name": "debug",
 | |
| 			"description": "Build for development (no optimizations)",
 | |
| 			"inherits": "default",
 | |
| 			"cacheVariables": {
 | |
| 				"CMAKE_BUILD_TYPE": "Debug"
 | |
| 			}
 | |
| 		},
 | |
| 		{
 | |
| 			"name": "testers",
 | |
| 			"description": "Build for testers to use",
 | |
| 			"inherits": "default",
 | |
| 			"cacheVariables": {
 | |
| 				"SRB2_CONFIG_TESTERS": "ON"
 | |
| 			}
 | |
| 		},
 | |
| 		{
 | |
| 			"name": "host-testers",
 | |
| 			"description": "Build to use when hosting, to let testers join",
 | |
| 			"inherits": "default",
 | |
| 			"cacheVariables": {
 | |
| 				"SRB2_CONFIG_HOSTTESTERS": "ON"
 | |
| 			}
 | |
| 		},
 | |
| 		{
 | |
| 			"name": "release",
 | |
| 			"description": "Build for game's release",
 | |
| 			"inherits": "default",
 | |
| 			"cacheVariables": {
 | |
| 				"SRB2_CONFIG_DEV_BUILD": "OFF"
 | |
| 			}
 | |
| 		}
 | |
| 	],
 | |
| 	"buildPresets": [
 | |
| 		{
 | |
| 			"name": "default",
 | |
| 			"configurePreset": "default"
 | |
| 		}
 | |
| 	]
 | |
| }
 | 
