common: Added unicode.{cpp,h} to the build

This commit is contained in:
Paul Beckingham 2016-01-14 16:16:58 -05:00
parent 22a8efb938
commit 55412ac924

View file

@ -9,6 +9,7 @@ set (common_SRCS Color.cpp Color.h
Table.cpp Table.h
Timer.cpp Timer.h
text.cpp text.h
unicode.cpp unicode.h
utf8.cpp utf8.h
wcwidth6.cpp)