mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			311 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			311 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@CMAKE_INSTALL_PREFIX@
 | |
| exec_prefix=@CMAKE_INSTALL_PREFIX@
 | |
| libdir=@CMAKE_INSTALL_FULL_LIBDIR@
 | |
| includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 | |
| 
 | |
| Name: llama
 | |
| Description: Port of Facebook's LLaMA model in C/C++
 | |
| Version: @LLAMA_INSTALL_VERSION@
 | |
| Libs: -L${libdir} -lggml -lggml-base -lllama
 | |
| Cflags: -I${includedir}
 | 
