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/qmf-console | |
| 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/qmf-console')
| -rw-r--r-- | cpp/examples/qmf-console/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cpp/examples/qmf-console/CMakeLists.txt b/cpp/examples/qmf-console/CMakeLists.txt new file mode 100644 index 0000000000..faed82ef6d --- /dev/null +++ b/cpp/examples/qmf-console/CMakeLists.txt @@ -0,0 +1,23 @@ +# +# 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(console console qmfconsole) +add_example(console printevents qmfconsole) +add_example(console ping qmfconsole) +add_example(console queuestats qmfconsole) |
