Skip to content

Commit

Permalink
Forward GGML_EXTRA_LIBS to CMake config pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bandoti committed Jun 26, 2024
1 parent a1495e7 commit 6571046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ set(LLAMA_INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR} CACHE PATH "Location o
set(LLAMA_LIB_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR} CACHE PATH "Location of library files")
set(LLAMA_BIN_INSTALL_DIR ${CMAKE_INSTALL_BINDIR} CACHE PATH "Location of binary files")

get_directory_property(GGML_EXTRA_LIBS DIRECTORY ggml/src DEFINITION GGML_EXTRA_LIBS)
get_directory_property(GGML_TRANSIENT_DEFINES DIRECTORY ggml/src COMPILE_DEFINITIONS)
get_directory_property(LLAMA_TRANSIENT_DEFINES COMPILE_DEFINITIONS)

Expand Down

0 comments on commit 6571046

Please sign in to comment.