From af7ebf8ad3b2b773dfe636a189a82998b1dc63e1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 3 Nov 2016 11:26:24 -0400 Subject: librhash: Install COPYING file with CMake documentation When we install using the bundled librhash source, notify users of its license terms. --- Utilities/cmlibrhash/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilities/cmlibrhash/CMakeLists.txt b/Utilities/cmlibrhash/CMakeLists.txt index 968a792..340d946 100644 --- a/Utilities/cmlibrhash/CMakeLists.txt +++ b/Utilities/cmlibrhash/CMakeLists.txt @@ -34,3 +34,5 @@ include_directories( ) add_library(cmlibrhash ${librhash_sources}) + +install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash) -- cgit v0.12