Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6FD810295 for ; Fri, 5 Apr 2013 20:14:25 +0000 (UTC) Received: (qmail 20771 invoked by uid 500); 5 Apr 2013 20:14:25 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 20732 invoked by uid 500); 5 Apr 2013 20:14:25 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 20725 invoked by uid 99); 5 Apr 2013 20:14:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 20:14:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 20:14:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7E11A23889D5; Fri, 5 Apr 2013 20:14:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1465113 - /qpid/trunk/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt Date: Fri, 05 Apr 2013 20:14:04 -0000 To: commits@qpid.apache.org From: chug@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130405201404.7E11A23889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chug Date: Fri Apr 5 20:14:04 2013 New Revision: 1465113 URL: http://svn.apache.org/r1465113 Log: QPID-4721: .NET Binding WinSdk does not build hello_world and hello_xml Add the files to the CMakeLists.txt file. Modified: qpid/trunk/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt?rev=1465113&r1=1465112&r2=1465113&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt (original) +++ qpid/trunk/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt Fri Apr 5 20:14:04 2013 @@ -90,3 +90,5 @@ add_example(messaging map_receiver) add_example(messaging map_sender) add_example(messaging client) add_example(messaging server) +add_example(messaging hello_world) +add_example(messaging hello_xml) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org