ggml-cpu: add ggml-impl.h to cmakelists

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2025-06-21 19:19:11 +08:00
parent 72c91436f6
commit a91c3ab6b0
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ add_library(ggml-base
../include/gguf.h
ggml.c
ggml.cpp
ggml-impl.h
ggml-alloc.c
ggml-backend.cpp
ggml-opt.cpp