oatpp-swagger icon indicating copy to clipboard operation
oatpp-swagger copied to clipboard

missing cpack for module

Open bjornstromberg opened this issue 3 years ago • 2 comments

since https://github.com/oatpp/oatpp got a cpack is there a good reason its missing here?

grabbed the file from oatpp and added -swagger on a few places and added the includes in end of the cmakelists-file, and it seems to do the job of packaging a deb package with the exception of the dependency chain, but it was nothing i needed at this moment so did not fix that

anyway if cpack is wanted, then i can create a public fork and create a PR, otherwise i wont bother with it.

/Björn

bjornstromberg avatar Jul 03 '22 11:07 bjornstromberg

https://github.com/oatpp/oatpp-swagger/pull/66 is also needed to handle missing defines to even get a example using this module to build (example-microservices in my case)

bjornstromberg avatar Jul 03 '22 12:07 bjornstromberg

Hello @bjornstromberg ,

#66 was closed because defines were removed. You can use example-microservices as is now.

lganzzzo avatar Aug 27 '22 22:08 lganzzzo