mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-20 07:33:50 +00:00
cmake : fix talk-llama build
This commit is contained in:
@ -14,6 +14,8 @@ if (WHISPER_SDL2)
|
|||||||
../common-sdl.cpp
|
../common-sdl.cpp
|
||||||
../../ggml.c
|
../../ggml.c
|
||||||
../../ggml-alloc.c
|
../../ggml-alloc.c
|
||||||
|
../../ggml-backend.c
|
||||||
|
../../ggml-quants.c
|
||||||
../../whisper.cpp)
|
../../whisper.cpp)
|
||||||
|
|
||||||
target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS} ../../)
|
target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS} ../../)
|
||||||
|
Reference in New Issue
Block a user