mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 21:50:55 +00:00
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/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user