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:
Brad King 2016-11-03 11:26:24 -04:00
parent bb01f20e99
commit af7ebf8ad3

View File

@ -34,3 +34,5 @@ include_directories(
)
add_library(cmlibrhash ${librhash_sources})
install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash)