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. (#1126) X-Git-Tag: upstream/0.0.1802~49 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=eee63e831077047a4aa8378519f9d74796bacf88;p=pkg%2Fggml%2Fsources%2Fggml Told cmake to install ggml-cpp.h as a public header file. (#1126) It is used by Whisper talk-llama example. Co-authored-by: Petter Reinholdtsen --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 68b3f148..2ac18e65 100644 --- a/CMakeLists.txt +++ b/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