Working on generating string literals for inclusion in generated code.

This commit is contained in:
eelke 2018-09-21 11:41:20 +02:00
parent 0c3bb27e58
commit 092ed67d5e
8 changed files with 218 additions and 3 deletions

View file

@ -61,7 +61,9 @@ codebuilder/DefaultConfigs.cpp \
codebuilder/TypeMappings.cpp \
codebuilder/IndentationConfig.cpp \
codebuilder/StructureTemplate.cpp \
FormatToStream.cpp
FormatToStream.cpp \
codebuilder/StringLiteralRules.cpp \
codebuilder/StringEscapeRule.cpp
HEADERS += \
Pglablib.h \
@ -105,7 +107,9 @@ codebuilder/TypeMappings.h \
codebuilder/IndentationConfig.h \
codebuilder/StructureTemplate.h \
FormatToStream.h \
codebuilder/ResultLoopTemplate.h
codebuilder/ResultLoopTemplate.h \
codebuilder/StringEscapeRule.h \
codebuilder/StringLiteralRules.h
unix {
target.path = /usr/lib