diff options
| author | Stephen D. Huston <shuston@apache.org> | 2011-12-09 22:44:40 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2011-12-09 22:44:40 +0000 |
| commit | 10c59782592197d1b3433e27d9cf92bc38267a07 (patch) | |
| tree | 91b74ac0ecf49f170694f28631f77cb1fc25febf /qpid/cpp/examples/qmf-console | |
| parent | 80e2cb68df09ff4c0f7e96b6c4eeb4551b1da12e (diff) | |
| download | qpid-python-10c59782592197d1b3433e27d9cf92bc38267a07.tar.gz | |
Don't install C++ examples we don't want users basing their learning on any longer. Fixes QPID-3673.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1212672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-console')
| -rw-r--r-- | qpid/cpp/examples/qmf-console/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/examples/qmf-console/CMakeLists.txt b/qpid/cpp/examples/qmf-console/CMakeLists.txt index 4bbc7c461f..3b74338221 100644 --- a/qpid/cpp/examples/qmf-console/CMakeLists.txt +++ b/qpid/cpp/examples/qmf-console/CMakeLists.txt @@ -17,7 +17,7 @@ # under the License. # -add_example(qmf-console console qmfconsole) -add_example(qmf-console printevents qmfconsole) -add_example(qmf-console ping qmfconsole) -add_example(qmf-console queuestats qmfconsole) +add_installed_example(qmf-console console qmfconsole) +add_installed_example(qmf-console printevents qmfconsole) +add_installed_example(qmf-console ping qmfconsole) +add_installed_example(qmf-console queuestats qmfconsole) |
