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 | 674896f4b37001c054e22ceb3acf9f06151f0efe (patch) | |
| tree | 10b63a05ffd00b926407728acbb15f61c65d3e41 /cpp | |
| parent | 598e6b5ad70dd2fba5cf1659de512ab645611a6d (diff) | |
| download | qpid-python-674896f4b37001c054e22ceb3acf9f06151f0efe.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')
| -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)
|
