ggerganov commited on
Commit
31ebf9f
·
unverified ·
1 Parent(s): b42b45f

cmake : fix talk-llama build

Browse files
Files changed (1) hide show
  1. examples/talk-llama/CMakeLists.txt +2 -0
examples/talk-llama/CMakeLists.txt CHANGED
@@ -14,6 +14,8 @@ if (WHISPER_SDL2)
14
  ../common-sdl.cpp
15
  ../../ggml.c
16
  ../../ggml-alloc.c
 
 
17
  ../../whisper.cpp)
18
 
19
  target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS} ../../)
 
14
  ../common-sdl.cpp
15
  ../../ggml.c
16
  ../../ggml-alloc.c
17
+ ../../ggml-backend.c
18
+ ../../ggml-quants.c
19
  ../../whisper.cpp)
20
 
21
  target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS} ../../)