[ion/kandinsky] Move unicode to ion

This commit is contained in:
Léa Saviot
2019-01-23 11:00:33 +01:00
committed by Émilie Feral
parent 6b6d3d7fe2
commit bbb10f1993
72 changed files with 241 additions and 226 deletions

View File

@@ -22,6 +22,8 @@ src += $(addprefix ion/src/shared/, \
events.cpp \
platform_info.cpp \
storage.cpp \
unicode/utf8_decoder.cpp\
unicode/utf8_helper.cpp\
)
src += ion/src/external/lz4/lz4.c
@@ -31,4 +33,5 @@ tests += $(addprefix ion/test/,\
events.cpp\
keyboard.cpp\
storage.cpp\
utf8_decoder.cpp\
)