summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
new file mode 100644
index 0000000..170a3ef
--- /dev/null
+++ b/examples/CMakeLists.txt
@@ -0,0 +1,4 @@
+include_directories(${librabbitmq_SOURCE_DIR} ${librabbitmq_BINARY_DIR})
+
+add_executable(amqp_sendstring amqp_sendstring.c utils.h utils.c)
+target_link_libraries(amqp_sendstring rabbitmq)