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

@ -27,7 +27,8 @@ SOURCES += main.cpp \
tst_ParamJson.cpp \
tst_CodeBuilder.cpp \
tst_NameManglingRules.cpp \
tst_TypeMappings.cpp
tst_TypeMappings.cpp \
tst_Range.cpp
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../core/release/ -lcore
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../core/debug/ -lcore