diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-05-08 20:37:07 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-05-08 20:37:07 +0000 |
commit | 1a826fd803a9ce99f6809cd868fcba72c6a50187 (patch) | |
tree | 499484d18adfd733659034472afb1cdd6789fa02 /cpp/examples/failover | |
parent | 5283aeedc1036a2d729f3d8075764c441d2e761d (diff) | |
download | qpid-python-1a826fd803a9ce99f6809cd868fcba72c6a50187.tar.gz |
Add examples building to cmake build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/failover')
-rw-r--r-- | cpp/examples/failover/CMakeLists.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cpp/examples/failover/CMakeLists.txt b/cpp/examples/failover/CMakeLists.txt new file mode 100644 index 0000000000..05db8fad51 --- /dev/null +++ b/cpp/examples/failover/CMakeLists.txt @@ -0,0 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +add_example(failover declare_queues) +add_example(failover resuming_receiver) +add_example(failover replaying_sender) |