Skip to content
Snippets Groups Projects
Commit af7ebf8a authored by Brad King's avatar Brad King
Browse files

librhash: Install COPYING file with CMake documentation

When we install using the bundled librhash source, notify users of its
license terms.
parent bb01f20e
No related branches found
No related tags found
No related merge requests found
......@@ -34,3 +34,5 @@ include_directories(
)
add_library(cmlibrhash ${librhash_sources})
install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment