From 2e180184a81172158484ef18ad9daa9b0c5bec23 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 68b3f148..2ac18e65 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -246,6 +246,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