Browse Source

libuv: Install LICENSE file with CMake documentation

When we install using the bundled libuv source, notify users of its
license terms.
Brad King 9 years ago
parent
commit
75139374f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Utilities/cmlibuv/CMakeLists.txt

+ 2 - 0
Utilities/cmlibuv/CMakeLists.txt

@@ -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)