diff options
author | Brad King <brad.king@kitware.com> | 2009-09-28 15:36:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-28 15:36:17 (GMT) |
commit | 9737ea074a5e199f5785f9f242c5ec80394b229f (patch) | |
tree | 267257984130e1047f9960291a5fb0573ee2f615 /Utilities/cmexpat | |
parent | cb2380fb6c33b3e5c480a6fa3eb52f4ebcea6431 (diff) | |
download | CMake-9737ea074a5e199f5785f9f242c5ec80394b229f.zip CMake-9737ea074a5e199f5785f9f242c5ec80394b229f.tar.gz CMake-9737ea074a5e199f5785f9f242c5ec80394b229f.tar.bz2 |
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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmexpat/CMakeLists.txt b/Utilities/cmexpat/CMakeLists.txt index e10888d..7dd8329 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) |