17 lines
		
	
	
		
			481 B
		
	
	
	
		
			PkgConfig
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			481 B
		
	
	
	
		
			PkgConfig
		
	
	
		
			Executable File
		
	
	
	
	
#   ZSTD - standard compression algorithm
 | 
						|
#   Copyright (C) 2014-2016, Yann Collet, Facebook
 | 
						|
#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
 | 
						|
 | 
						|
prefix=D:/a/1/s/externals/vcpkg/packages/zstd_x64-windows
 | 
						|
exec_prefix=${prefix}
 | 
						|
includedir=${prefix}/include
 | 
						|
libdir=${exec_prefix}/lib
 | 
						|
 | 
						|
Name: zstd
 | 
						|
Description: fast lossless compression algorithm library
 | 
						|
URL: http://www.zstd.net/
 | 
						|
Version: 1.5.2
 | 
						|
Libs: -L${libdir} -lzstd
 | 
						|
Libs.private: 
 | 
						|
Cflags: -I${includedir}
 |