From 4512055792cff7ea107f2d2231f79aa1af073c62 Mon Sep 17 00:00:00 2001 From: petterreinholdtsen Date: Wed, 26 Feb 2025 21:44:00 +0100 Subject: [PATCH] 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 --- ggml/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 9e7db356..835bf16e 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -250,6 +250,7 @@ set(GGML_PUBLIC_HEADERS include/ggml-backend.h include/ggml-blas.h include/ggml-cann.h + include/ggml-cpp.h include/ggml-cuda.h include/ggml-kompute.h include/ggml-opt.h