mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
prefix=@CMAKE_INSTALL_PREFIX@
 | 
						|
exec_prefix=@CMAKE_INSTALL_PREFIX@
 | 
						|
libdir=@INSTALL_LIB_DIR@
 | 
						|
sharedlibdir=@INSTALL_LIB_DIR@
 | 
						|
includedir=@INSTALL_INC_DIR@
 | 
						|
 | 
						|
Name: zlib
 | 
						|
Description: zlib compression library
 | 
						|
Version: @VERSION@
 | 
						|
 | 
						|
Requires:
 | 
						|
Libs: -L${libdir} -L${sharedlibdir} -lz
 | 
						|
Cflags: -I${includedir}
 |