Conan.io package for SimpleAmqpClient library
Appveyor | Travis |
---|---|
Download conan client from Conan.io and run:
$ python build.py
$ conan upload conan-SimpleAmqpClient/2.5.0-pre1@dbely/stable --all
$ conan install conan-SimpleAmqpClient/2.5.0-pre1@dbely/stable
If you handle multiple dependencies in your project, it would be better to add a conanfile.txt
[requires]
conan-SimpleAmqpClient/2.5.0-pre1@dbely/stable
[generators]
txt
cmake