Skip to content

Commit 8fb7a1c

Browse files
committed
updated cmakelists
1 parent 1b49dc3 commit 8fb7a1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ add_library(ggml
449449
ggml/src/ggml-cpu/ggml-cpu-quants.c
450450
ggml/src/ggml-cpu/ggml-cpu-quants.h
451451
ggml/src/ggml-backend-reg.cpp
452+
ggml/include/gguf.h
453+
ggml/src/gguf.cpp
452454
${GGML_SOURCES_CUDA})
453455
target_include_directories(ggml PUBLIC . ./ggml/include ./ggml/src ./ggml/src/ggml-cpu ./include ./otherarch ./otherarch/tools)
454456
target_compile_features(ggml PUBLIC c_std_11) # don't bump

0 commit comments

Comments
 (0)