add detail/json_ref.hpp
This commit is contained in:
parent
a3473fda6a
commit
8e9714fe3d
3 changed files with 69 additions and 58 deletions
3
Makefile
3
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue