add detail/meta.hpp

This commit is contained in:
Théo DELRIEU 2017-08-14 15:06:35 +02:00
parent d686713f91
commit f364f5ac5a
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
3 changed files with 230 additions and 212 deletions

View file

@ -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: