llama.pc.in 250 B

12345678910
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: llama
  6. Description: Port of Facebook's LLaMA model in C/C++
  7. Version: @PROJECT_VERSION@
  8. Libs: -L${libdir} -lllama
  9. Cflags: -I${includedir}