mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			258 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			258 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
# Package Information for pkg-config
 | 
						|
 | 
						|
prefix=@prefix@
 | 
						|
exec_prefix=@exec_prefix@
 | 
						|
libdir=@libdir@
 | 
						|
includedir=@includedir@
 | 
						|
 | 
						|
Name: SQLite
 | 
						|
Description: SQL database engine
 | 
						|
Version: @VERSION@
 | 
						|
Libs: -L${libdir} -lsqlite
 | 
						|
Libs.private: @LIBS@
 | 
						|
Cflags: -I${includedir}
 |