summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-11-20 08:37:09 +0000
committerGordon Sim <gsim@apache.org>2009-11-20 08:37:09 +0000
commit4d85b76591ff3ea0c13b07d9136973297cb45186 (patch)
tree758279b2cdd78e3b6c95eb34ebfe6f256c275482 /qpid/cpp/examples/messaging
parentf886cee43884887bb82a6463d6a0c4739bcba33e (diff)
downloadqpid-python-4d85b76591ff3ea0c13b07d9136973297cb45186.tar.gz
QPID-2212: Attempt to fix windows build of drain/spout examples by linking in boost program options
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging')
-rw-r--r--qpid/cpp/examples/messaging/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/examples/messaging/CMakeLists.txt b/qpid/cpp/examples/messaging/CMakeLists.txt
index 2274474d31..d1f9db133d 100644
--- a/qpid/cpp/examples/messaging/CMakeLists.txt
+++ b/qpid/cpp/examples/messaging/CMakeLists.txt
@@ -17,8 +17,8 @@
# under the License.
#
-add_example(messaging drain)
-add_example(messaging spout)
+add_example(messaging drain ${Boost_PROGRAM_OPTIONS_LIBRARY})
+add_example(messaging spout ${Boost_PROGRAM_OPTIONS_LIBRARY})
add_example(messaging queue_receiver)
add_example(messaging queue_sender)