mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 07:11:52 +08:00
librhash: Install COPYING file with CMake documentation
When we install using the bundled librhash source, notify users of its license terms.
This commit is contained in:
@@ -34,3 +34,5 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(cmlibrhash ${librhash_sources})
|
add_library(cmlibrhash ${librhash_sources})
|
||||||
|
|
||||||
|
install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash)
|
||||||
|
Reference in New Issue
Block a user