Spaces:
Running
Running
cmake : fix talk-llama build
Browse files
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} ../../)
|