You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/11/20 09:37:10 UTC

svn commit: r882447 - /qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt

Author: gsim
Date: Fri Nov 20 08:37:09 2009
New Revision: 882447

URL: http://svn.apache.org/viewvc?rev=882447&view=rev
Log:
QPID-2212: Attempt to fix windows build of drain/spout examples by linking in boost program options

Modified:
    qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt?rev=882447&r1=882446&r2=882447&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/examples/messaging/CMakeLists.txt Fri Nov 20 08:37:09 2009
@@ -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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org