forked from loafle/openapi-generator-original
added missing source/header for SWGApiResponse in Makefile
This commit is contained in:
parent
8fab73fff6
commit
6f85deeecd
@ -28,6 +28,7 @@ SOURCES += main.cpp \
|
|||||||
../client/SWGTag.cpp \
|
../client/SWGTag.cpp \
|
||||||
../client/SWGUser.cpp \
|
../client/SWGUser.cpp \
|
||||||
../client/SWGUserApi.cpp \
|
../client/SWGUserApi.cpp \
|
||||||
|
../client/SWGApiResponse.cpp \
|
||||||
PetApiTests.cpp
|
PetApiTests.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
@ -43,4 +44,5 @@ HEADERS += \
|
|||||||
../client/SWGUser.h \
|
../client/SWGUser.h \
|
||||||
../client/SWGUserApi.h \
|
../client/SWGUserApi.h \
|
||||||
PetApiTests.h \
|
PetApiTests.h \
|
||||||
|
../client/SWGApiResponse.h \
|
||||||
../client/SWGModelFactory.h
|
../client/SWGModelFactory.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user