missing cpack for module
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
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)
Hello @bjornstromberg ,
#66 was closed because defines were removed. You can use example-microservices as is now.