cmake : fix talk-llama build

pull/1445/head
Georgi Gerganov 2023-11-07 11:03:21 +02:00
parent 3bd7d48f51
commit b629d2d4fe
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ if (WHISPER_SDL2)
../common-sdl.cpp
../../ggml.c
../../ggml-alloc.c
../../ggml-backend.c
../../ggml-quants.c
../../whisper.cpp)
target_include_directories(${TARGET} PRIVATE ${SDL2_INCLUDE_DIRS} ../../)