libuv: Install LICENSE file with CMake documentation

When we install using the bundled libuv source, notify users of its
license terms.
This commit is contained in:
Brad King 2016-08-24 14:48:37 -04:00
parent 95dcc4e474
commit 75139374f0
1 changed files with 2 additions and 0 deletions

View File

@ -223,3 +223,5 @@ include_directories(
add_library(cmlibuv STATIC ${uv_sources})
target_link_libraries(cmlibuv ${uv_libraries})
set_property(TARGET cmlibuv PROPERTY COMPILE_DEFINITIONS ${uv_defines})
install(FILES LICENSE DESTINATION ${CMAKE_DOC_DIR}/cmlibuv)