9737ea074a
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.
6 lines
129 B
CMake
6 lines
129 B
CMake
PROJECT(CMCompress)
|
|
|
|
ADD_LIBRARY(cmcompress cmcompress.c)
|
|
|
|
INSTALL(FILES Copyright.txt DESTINATION ${CMake_DOC_DEST}/cmcompress)
|