Skip to content

Commit 97404c4

Browse files
authored
ggml : add ggml-cpu.h to the public headers (#10204)
1 parent 60e17ce commit 97404c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ include(CMakePackageConfigHelpers)
218218
# all public headers
219219
set(GGML_PUBLIC_HEADERS
220220
include/ggml.h
221+
include/ggml-cpu.h
221222
include/ggml-alloc.h
222223
include/ggml-backend.h
223224
include/ggml-blas.h
224225
include/ggml-cann.h
225226
include/ggml-cuda.h
226-
include/ggml.h
227227
include/ggml-kompute.h
228228
include/ggml-metal.h
229229
include/ggml-rpc.h

0 commit comments

Comments
 (0)