rename unicodedata.{cpp,h} to unicode-data.{cpp,h}

This commit is contained in:
Jared Van Bortel 2024-03-26 10:52:33 -04:00
parent 0a0ef09aca
commit 87a6088ffe
7 changed files with 14 additions and 14 deletions

View file

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