diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-11-13 00:13:42 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-11-13 00:13:42 +0000 |
| commit | fea18276a791b0b216237cdde2055d9a12bd9ab9 (patch) | |
| tree | c781d326e9f8e48aa2d218c61bd388c38e96b530 /qpid/cpp/examples/xml-exchange | |
| parent | ede81b1fc1f308176abebecbc1c7758576cd6077 (diff) | |
| download | qpid-python-fea18276a791b0b216237cdde2055d9a12bd9ab9.tar.gz | |
Move the kit-building settings out of CMakeLists.txt to a new file, BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/xml-exchange')
| -rw-r--r-- | qpid/cpp/examples/xml-exchange/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/examples/xml-exchange/CMakeLists.txt b/qpid/cpp/examples/xml-exchange/CMakeLists.txt index ca4c7bcc28..3fea47a208 100644 --- a/qpid/cpp/examples/xml-exchange/CMakeLists.txt +++ b/qpid/cpp/examples/xml-exchange/CMakeLists.txt @@ -17,6 +17,8 @@ # under the License. # +if (BUILD_XML) add_example(xml-exchange declare_queues) add_example(xml-exchange xml_producer) add_example(xml-exchange listener) +endif (BUILD_XML) |
