summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add nonblocking connect supportzaq178miami2013-07-061-0/+6
|
* Examples must link against ${RMQ_LIBRARY_TARGET}Alan Antonuk2013-04-171-10/+10
| | | | | | SSL examples should link against the ${RMQ_LIBRARY_TARGET} in the examples directory. This allows either static or shared library to be built.
* Add SSL/TLS examplesMichael Steinert2013-04-091-1/+27
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
|
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-8/+8
|
* New example: amqp_rpc_sendstring_client. The client sends a plain text ↵Jani Hur2012-10-051-0/+3
| | | | message to a queue and expects to receive a reply to a private reply_to queue.
* Cleanup Win32 artifactsMichael Steinert2012-05-171-1/+1
| | | | | | | 1. Standardize on `win32` vs `windows/win32` 2. Move `msinttypes` into platform directory Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Fix for stdint.h not found in exampleswin32_example_include_fixAlan Antonuk2012-03-061-1/+1
|
* Fix: correct platform_utils directory under win32Alan Antonuk2011-11-011-1/+1
|
* Building the rest of the example programsAlan Antonuk2011-10-301-1/+34
|
* add cmake build support.XiaoGuang Zeng2011-03-031-0/+4
librabbitmq and example/amqp_sendstring can be build under linux now.