mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
#ifndef __MINIUPNPCSTRINGS_H__
 | 
						|
#define __MINIUPNPCSTRINGS_H__
 | 
						|
 | 
						|
#define OS_STRING "${CMAKE_SYSTEM_NAME}"
 | 
						|
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"
 | 
						|
 | 
						|
#endif
 |