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 | 03185749217e9649a647eb27641eada6a0f7511d (patch) | |
| tree | 3d5f7b9c48f567d5a3d8809f7701185d05e3ae1a /cpp/examples | |
| parent | 799adce54aaaa2c8aa59e96f9c81af2a7071c49b (diff) | |
| download | qpid-python-03185749217e9649a647eb27641eada6a0f7511d.tar.gz | |
QPID-6026: add server_reconnect example to WinSDK cmake solution generator
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1619170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
| -rw-r--r-- | cpp/examples/winsdk-cmake/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/winsdk-cmake/CMakeLists.txt b/cpp/examples/winsdk-cmake/CMakeLists.txt index b0423250bf..6f089625ca 100644 --- a/cpp/examples/winsdk-cmake/CMakeLists.txt +++ b/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)
|
