Merge branch 'feature/ubjson' into develop

This commit is contained in:
Niels Lohmann 2018-01-21 14:04:29 +01:00
commit 9e5d901f55
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
7 changed files with 3458 additions and 38 deletions

View file

@ -40,6 +40,7 @@ SOURCES = src/unit.cpp \
src/unit-regression.cpp \
src/unit-serialization.cpp \
src/unit-testsuites.cpp \
src/unit-ubjson.cpp \
src/unit-unicode.cpp
OBJECTS = $(SOURCES:.cpp=.o)