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:
parent
95dcc4e474
commit
75139374f0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue