2023-01-16 11:02:17 +04:00
|
|
|
# Copyright (C) 2018-2023 Intel Corporation
|
2021-12-01 11:42:52 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Install licensing
|
|
|
|
|
#
|
|
|
|
|
|
2022-07-27 14:04:22 +04:00
|
|
|
ie_cpack_add_component(${OV_CPACK_COMP_LICENSING} HIDDEN)
|
2021-12-01 11:42:52 +03:00
|
|
|
|
2021-12-08 17:18:44 +03:00
|
|
|
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
2022-07-19 10:07:26 +04:00
|
|
|
DESTINATION ${OV_CPACK_DOCDIR}/licensing
|
|
|
|
|
COMPONENT ${OV_CPACK_COMP_LICENSING}
|
2021-12-06 13:18:10 +03:00
|
|
|
PATTERN CMakeLists.txt EXCLUDE
|
|
|
|
|
PATTERN dev-third-party-programs.txt EXCLUDE
|
|
|
|
|
PATTERN documentation-third-party-programs.txt EXCLUDE
|
|
|
|
|
PATTERN third-party-programs.txt EXCLUDE)
|