From 8fb7a1c21e01becc6a857362ab03b8dd7e02d49b Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:52:31 +0800 Subject: [PATCH] updated cmakelists --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43cde58e1..b052650fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -449,6 +449,8 @@ add_library(ggml ggml/src/ggml-cpu/ggml-cpu-quants.c ggml/src/ggml-cpu/ggml-cpu-quants.h ggml/src/ggml-backend-reg.cpp + ggml/include/gguf.h + ggml/src/gguf.cpp ${GGML_SOURCES_CUDA}) target_include_directories(ggml PUBLIC . ./ggml/include ./ggml/src ./ggml/src/ggml-cpu ./include ./otherarch ./otherarch/tools) target_compile_features(ggml PUBLIC c_std_11) # don't bump