浏览代码

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 <pere@debian.org>
petterreinholdtsen 11 月之前
父节点
当前提交
4512055792
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ggml/CMakeLists.txt

+ 1 - 0
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