From 8042ecb78d48167cfc3084d2a53569231a6d28cc Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 20 Aug 2014 17:29:25 +0000 Subject: 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 --- qpid/cpp/examples/winsdk-cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1