added missing source/header for SWGApiResponse in Makefile

This commit is contained in:
philicious 2016-06-13 23:53:01 +02:00
parent 8fab73fff6
commit 6f85deeecd

View File

@ -28,6 +28,7 @@ SOURCES += main.cpp \
../client/SWGTag.cpp \
../client/SWGUser.cpp \
../client/SWGUserApi.cpp \
../client/SWGApiResponse.cpp \
PetApiTests.cpp
HEADERS += \
@ -43,4 +44,5 @@ HEADERS += \
../client/SWGUser.h \
../client/SWGUserApi.h \
PetApiTests.h \
../client/SWGApiResponse.h \
../client/SWGModelFactory.h