Skip to content

Commit ba6c2a8

Browse files
committed
android : try to fix build
1 parent 6576af0 commit ba6c2a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ if (NOT GGML_HOME)
2929
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.c
3030
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.cpp
3131
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
32+
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp
3233
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c
34+
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-traits.cpp
3335
)
3436
endif()
3537

0 commit comments

Comments
 (0)