Allow cmake to build ggml as a library

This commit is contained in:
KerfuffleV2 2023-06-16 09:16:54 -06:00
parent 602c748863
commit 48f17f2ff8

View file

@ -410,7 +410,7 @@ endif()
# Build libraries
#
add_library(ggml OBJECT
add_library(ggml
ggml.c
ggml.h
${GGML_SOURCES_CUDA}