diff options
| author | Charles E. Rolke <chug@apache.org> | 2014-08-20 17:29:25 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2014-08-20 17:29:25 +0000 |
| commit | 8042ecb78d48167cfc3084d2a53569231a6d28cc (patch) | |
| tree | e7c95cfbe07fd2922dfb2e54a33120805b619501 /qpid/cpp/examples | |
| parent | 7957db675fb8196d82ee3c930290b5d3485fb66c (diff) | |
| download | qpid-python-8042ecb78d48167cfc3084d2a53569231a6d28cc.tar.gz | |
QPID-6026: add server_reconnect example to WinSDK cmake solution generator
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
| -rw-r--r-- | qpid/cpp/examples/winsdk-cmake/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt b/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt index b0423250bf..6f089625ca 100644 --- a/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt +++ b/qpid/cpp/examples/winsdk-cmake/CMakeLists.txt @@ -90,5 +90,6 @@ add_example(messaging map_receiver) add_example(messaging map_sender)
add_example(messaging client)
add_example(messaging server)
+add_example(messaging server_reconnect)
add_example(messaging hello_world)
add_example(messaging hello_xml)
|
