summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-04-05 20:14:04 +0000
committerCharles E. Rolke <chug@apache.org>2013-04-05 20:14:04 +0000
commit5ace6d93cb5246df25df4696d102d6a8a9527076 (patch)
tree7eb280529f86047b351f568381d55cae84ad24be /qpid/cpp/examples
parent5de98d9ecd2efe7e8ce6efb51f4d438573d78b9c (diff)
downloadqpid-python-5ace6d93cb5246df25df4696d102d6a8a9527076.tar.gz
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
Diffstat (limited to 'qpid/cpp/examples')
-rw-r--r--qpid/cpp/examples/winsdk-cmake/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)