Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I recognize there's enough complexity trying to maintain both CMake and Makefile, but meson has a few benefits including trivial support for Google Test and doxygen, and better provision of dependencies in pkgconfig than CMake.
Using AMQP-CPP as a subproject in a meson-based application becomes a simple matter of dropping something like the following as
subprojects/amqpcpp.wrap
:and adding this to the project
meson.build
:I've only tested this on Linux and with linux-tcp set.
If this is something that could be merged, I'd be happy to add some documentation. The primary value to this project of merging it is Google Test support; secondarily it might help with #208. If it's not wanted I'll maintain it myself or submit it to wrapdb.