Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit cb4efed

Browse files
rkimballn1Adam Procter
authored andcommitted
copy license files to install directory (#2132)
1 parent 38ebc0e commit cb4efed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,9 @@ endif()
311311
if (NGRAPH_PYTHON_BUILD_ENABLE)
312312
add_subdirectory(python)
313313
endif()
314+
315+
install(DIRECTORY
316+
${CMAKE_CURRENT_SOURCE_DIR}/licenses
317+
DESTINATION "${CMAKE_INSTALL_PREFIX}"
318+
)
319+
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_PREFIX})

0 commit comments

Comments
 (0)