From: petterreinholdtsen Date: Wed, 26 Feb 2025 20:44:00 +0000 (+0100) Subject: Told cmake to install ggml-cpp.h as a public header file. (ggml/1126) X-Git-Tag: upstream/0.0.4853~43 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4512055792cff7ea107f2d2231f79aa1af073c62;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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 --- 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