add detail/meta.hpp
This commit is contained in:
parent
d686713f91
commit
f364f5ac5a
3 changed files with 230 additions and 212 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,9 @@ SRCDIR = src
|
|||
SRCS = ${SRCDIR}/json.hpp \
|
||||
${SRCDIR}/json_fwd.hpp \
|
||||
${SRCDIR}/detail/macro_scope.hpp \
|
||||
${SRCDIR}/detail/macro_unscope.hpp
|
||||
${SRCDIR}/detail/macro_unscope.hpp \
|
||||
${SRCDIR}/detail/meta.hpp
|
||||
|
||||
|
||||
# main target
|
||||
all:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue