mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
add adl_serializer.hpp
This commit is contained in:
3
Makefile
3
Makefile
@@ -22,7 +22,8 @@ SRCS = ${SRCDIR}/json.hpp \
|
||||
${SRCDIR}/detail/parsing/binary_reader.hpp \
|
||||
${SRCDIR}/detail/parsing/binary_writer.hpp \
|
||||
${SRCDIR}/detail/serializer.hpp \
|
||||
${SRCDIR}/detail/json_ref.hpp
|
||||
${SRCDIR}/detail/json_ref.hpp \
|
||||
${SRCDIR}/adl_serializer.hpp
|
||||
|
||||
# main target
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user