Skip to content

Commit 0e61032

Browse files
petterreinholdtsenPetter Reinholdtsen
authored andcommitted
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 <[email protected]>
1 parent 3ed8cb0 commit 0e61032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ set(GGML_PUBLIC_HEADERS
247247
include/ggml-backend.h
248248
include/ggml-blas.h
249249
include/ggml-cann.h
250+
include/ggml-cpp.h
250251
include/ggml-cuda.h
251252
include/ggml-kompute.h
252253
include/ggml-opt.h

0 commit comments

Comments
 (0)