diff options
author | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 14:32:01 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-03 14:32:01 +0000 |
commit | d057421fbd5695e6ed133c1d271025dc57ab43f5 (patch) | |
tree | c8d30f06a378c648ee99d193cdfc05e1e3c69434 /cpp/docs/man | |
parent | 596792273ee7d5a694000c291c2d605f976860dd (diff) | |
download | qpid-python-d057421fbd5695e6ed133c1d271025dc57ab43f5.tar.gz |
QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]
- Improved CMake build significantly bringing it closer in parity to
autotools build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1197146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/man')
-rw-r--r-- | cpp/docs/man/CMakeLists.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cpp/docs/man/CMakeLists.txt b/cpp/docs/man/CMakeLists.txt new file mode 100644 index 0000000000..3c006900c9 --- /dev/null +++ b/cpp/docs/man/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. +# + +INSTALL (FILES qpidd.1 + DESTINATION ${QPID_MAN_DIR}/man1) + |