cmake : add pkg-config spec file for llama.cpp (#7702)
This commit is contained in:
parent
6f28a333c1
commit
a10cda58d3
2 changed files with 17 additions and 0 deletions
|
@ -1373,6 +1373,13 @@ if (LLAMA_METAL)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
configure_file(cmake/llama.pc.in
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/llama.pc"
|
||||
@ONLY)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/llama.pc"
|
||||
DESTINATION lib/pkgconfig)
|
||||
|
||||
#
|
||||
# programs, examples and tests
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue