1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 03:48:02 +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:
Brad King
2016-08-24 14:48:37 -04:00
parent 95dcc4e474
commit 75139374f0

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)