Skip to content

Commit 4512055

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 f54a4ba commit 4512055

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
@@ -250,6 +250,7 @@ set(GGML_PUBLIC_HEADERS
250250
include/ggml-backend.h
251251
include/ggml-blas.h
252252
include/ggml-cann.h
253+
include/ggml-cpp.h
253254
include/ggml-cuda.h
254255
include/ggml-kompute.h
255256
include/ggml-opt.h

0 commit comments

Comments
 (0)