mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-31 08:16:03 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			214 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			214 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| #cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@"
 | |
| #define SDL_REVISION_NUMBER 0
 | |
| 
 | |
| #ifdef SDL_VENDOR_INFO
 | |
| #define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")"
 | |
| #else
 | |
| #define SDL_REVISION "@SDL_REVISION@"
 | |
| #endif
 | 
