llama : split unicodedata.cpp from unicode.cpp

This commit is contained in:
Jared Van Bortel 2024-03-25 16:00:03 -04:00
parent b80c0af078
commit e5ddf2fcdd
5 changed files with 1430 additions and 1404 deletions

View file

@ -663,7 +663,7 @@ ggml-backend.o: ggml-backend.c ggml.h ggml-backend.h
ggml-quants.o: ggml-quants.c ggml.h ggml-quants.h ggml-common.h
$(CC) $(CFLAGS) -c $< -o $@
unicode.o: unicode.cpp unicode.h
unicode.o: unicode.cpp unicodedata.cpp unicode.h unicodedata.h
$(CXX) $(CXXFLAGS) -c $< -o $@
OBJS += ggml-alloc.o ggml-backend.o ggml-quants.o unicode.o