updated cmakelists

This commit is contained in:
Concedo
2025-01-09 16:52:31 +08:00
parent 1b49dc305f
commit 8fb7a1c21e
+2
View File
@@ -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