mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 04:42:47 +00:00
added missing source/header for SWGApiResponse in Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user