mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user