diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-04-05 20:14:04 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-04-05 20:14:04 +0000 |
| commit | 816c237046c807375f7bfd5a85e01ab53617e07b (patch) | |
| tree | 10b63a05ffd00b926407728acbb15f61c65d3e41 /cpp/examples | |
| parent | 0747a35780511e28dbfcf7c0614de69d84acec96 (diff) | |
| download | qpid-python-816c237046c807375f7bfd5a85e01ab53617e07b.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/qpid@1465113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
| -rw-r--r-- | cpp/examples/winsdk-cmake/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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)
|
