From 674896f4b37001c054e22ceb3acf9f06151f0efe Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 5 Apr 2013 20:14:04 +0000 Subject: QPID-4721: .NET Binding WinSdk does not build hello_world and hello_xml Add the files to the CMakeLists.txt file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1465113 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/winsdk-cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp') diff --git a/cpp/examples/winsdk-cmake/CMakeLists.txt b/cpp/examples/winsdk-cmake/CMakeLists.txt index dc6a7c8343..b0423250bf 100644 --- a/cpp/examples/winsdk-cmake/CMakeLists.txt +++ b/cpp/examples/winsdk-cmake/CMakeLists.txt @@ -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) -- cgit v1.2.1