Commit cb4efed3 authored by Robert Kimball's avatar Robert Kimball Committed by Adam Procter

copy license files to install directory (#2132)

parent 38ebc0e1
......@@ -311,3 +311,9 @@ endif()
if (NGRAPH_PYTHON_BUILD_ENABLE)
add_subdirectory(python)
endif()
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/licenses
DESTINATION "${CMAKE_INSTALL_PREFIX}"
)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_PREFIX})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment