From 5ace6d93cb5246df25df4696d102d6a8a9527076 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@1465113 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/winsdk-cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp') diff --git a/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt b/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt index dc6a7c8343..b0423250bf 100644 --- a/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt +++ b/qpid/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