summaryrefslogtreecommitdiff
path: root/cmake/llama.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/llama.pc.in')
-rw-r--r--cmake/llama.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/llama.pc.in b/cmake/llama.pc.in
new file mode 100644
index 00000000..326acbb6
--- /dev/null
+++ b/cmake/llama.pc.in
@@ -0,0 +1,10 @@
+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}