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/cmtar | |
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/cmtar')
-rw-r--r-- | Utilities/cmtar/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmtar/CMakeLists.txt b/Utilities/cmtar/CMakeLists.txt index b8e5118..8b03a17 100644 --- a/Utilities/cmtar/CMakeLists.txt +++ b/Utilities/cmtar/CMakeLists.txt @@ -392,3 +392,5 @@ CONFIGURE_FILE(${LIBTAR_SOURCE_DIR}/config.h.in ADD_LIBRARY(cmtar STATIC ${libtar_SRC}) ADD_EXECUTABLE(tartest libtar.c) TARGET_LINK_LIBRARIES(tartest cmtar ${CMTAR_ZLIB_LIBRARIES}) + +INSTALL(FILES COPYRIGHT DESTINATION ${CMake_DOC_DEST}/cmtar) |