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

@ -1165,6 +1165,7 @@ add_library(llama
llama.h
unicode.h
unicode.cpp
unicodedata.cpp
)
target_include_directories(llama PUBLIC .)