summaryrefslogtreecommitdiff
path: root/examples/tutorial-1-hello-world/CMakeLists.txt
blob: d4dc54c0a407fb40b86b56edac3192efb887d9ec (plain)
1
2
3
4
5
6

add_executable(send send.c)
target_link_libraries(send ${RMQ_LIBRARY_TARGET})

add_executable(recv recv.c)
target_link_libraries(recv ${RMQ_LIBRARY_TARGET})