add detail/json_ref.hpp

This commit is contained in:
Théo DELRIEU 2017-08-14 18:14:27 +02:00
parent a3473fda6a
commit 8e9714fe3d
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
3 changed files with 69 additions and 58 deletions

View file

@ -21,7 +21,8 @@ SRCS = ${SRCDIR}/json.hpp \
${SRCDIR}/detail/parsing/output_adapters.hpp \
${SRCDIR}/detail/parsing/binary_reader.hpp \
${SRCDIR}/detail/parsing/binary_writer.hpp \
${SRCDIR}/detail/serializer.hpp
${SRCDIR}/detail/serializer.hpp \
${SRCDIR}/detail/json_ref.hpp
# main target
all: