mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00: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:
parent
bb01f20e99
commit
af7ebf8ad3
@ -34,3 +34,5 @@ include_directories(
|
||||
)
|
||||
|
||||
add_library(cmlibrhash ${librhash_sources})
|
||||
|
||||
install(FILES COPYING README DESTINATION ${CMAKE_DOC_DIR}/cmlibrhash)
|
||||
|
Loading…
Reference in New Issue
Block a user