mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
11 lines
250 B
PkgConfig
11 lines
250 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: llama
|
|
Description: Port of Facebook's LLaMA model in C/C++
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lllama
|
|
Cflags: -I${includedir}
|