🚧 added input adapter for wide strings #1031

This commit is contained in:
Niels Lohmann 2018-04-01 19:12:36 +02:00
parent 4efa8cdb4c
commit eb06d0531a
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
4 changed files with 424 additions and 1 deletions

View file

@ -42,7 +42,8 @@ SOURCES = src/unit.cpp \
src/unit-serialization.cpp \
src/unit-testsuites.cpp \
src/unit-ubjson.cpp \
src/unit-unicode.cpp
src/unit-unicode.cpp \
src/unit-wstring.cpp
OBJECTS = $(SOURCES:.cpp=.o)