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/1.7.4+203~35 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2e180184a81172158484ef18ad9daa9b0c5bec23;p=pkg%2Fggml%2Fsources%2Fwhisper.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 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