mirror of
				https://github.com/facebook/zstd.git
				synced 2025-11-03 00:08:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
#   ZSTD - standard compression algorithm
 | 
						|
#   Copyright (C) 2014-2015, Yann Collet.
 | 
						|
#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
 | 
						|
 | 
						|
prefix=@PREFIX@
 | 
						|
libdir=@LIBDIR@
 | 
						|
includedir=@INCLUDEDIR@
 | 
						|
 | 
						|
Name: zstd
 | 
						|
Description: lossless compression algorithm library
 | 
						|
URL: https://github.com/Cyan4973/zstd
 | 
						|
Version: @VERSION@
 | 
						|
Libs: -L@LIBDIR@ -lzstd
 | 
						|
Cflags: -I@INCLUDEDIR@
 |