summaryrefslogtreecommitdiff
path: root/Utilities/cmexpat
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-09-28 11:36:17 -0400
committerBrad King <brad.king@kitware.com>2009-09-28 11:36:17 -0400
commit9737ea074a5e199f5785f9f242c5ec80394b229f (patch)
tree267257984130e1047f9960291a5fb0573ee2f615 /Utilities/cmexpat
parentcb2380fb6c33b3e5c480a6fa3eb52f4ebcea6431 (diff)
downloadcmake-9737ea074a5e199f5785f9f242c5ec80394b229f.tar.gz
Install third-party utility copyright notices
Some of our third-party utilities have licenses that require their copyright and license notices to be distributed with binary forms. This commit adds installation rules to include these notices with installed CMake documentation.
Diffstat (limited to 'Utilities/cmexpat')
-rw-r--r--Utilities/cmexpat/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmexpat/CMakeLists.txt b/Utilities/cmexpat/CMakeLists.txt
index e10888dd76..7dd8329f11 100644
--- a/Utilities/cmexpat/CMakeLists.txt
+++ b/Utilities/cmexpat/CMakeLists.txt
@@ -32,3 +32,4 @@ CONFIGURE_FILE(${CMEXPAT_SOURCE_DIR}/expat.h
${CMEXPAT_BINARY_DIR}/expat.h)
ADD_LIBRARY(cmexpat ${expat_SRCS})
+INSTALL(FILES COPYING DESTINATION ${CMake_DOC_DEST}/cmexpat)