Told cmake to install ggml-cpp.h as a public header file. (ggml/1126)

It is used by Whisper talk-llama example.

Co-authored-by: Petter Reinholdtsen <pere@debian.org>
This commit is contained in:
petterreinholdtsen
2025-03-03 18:18:11 +02:00
committed by Georgi Gerganov
co-authored by Petter Reinholdtsen
parent f54a4ba11e
commit 4512055792
+1
View File
@@ -250,6 +250,7 @@ set(GGML_PUBLIC_HEADERS
include/ggml-backend.h include/ggml-backend.h
include/ggml-blas.h include/ggml-blas.h
include/ggml-cann.h include/ggml-cann.h
include/ggml-cpp.h
include/ggml-cuda.h include/ggml-cuda.h
include/ggml-kompute.h include/ggml-kompute.h
include/ggml-opt.h include/ggml-opt.h