🚧 started UBJSON implementation

This commit is contained in:
Niels Lohmann
2018-01-07 22:09:12 +01:00
parent 15b6421d07
commit c9938ea838
12 changed files with 2929 additions and 19 deletions
+1
View File
@@ -39,6 +39,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)