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
|
|
|
|
|
#
|
|
|
|
|
|
2023-04-24 14:48:45 +04:00
|
|
|
ov_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}/
|
2023-05-19 14:01:39 +04:00
|
|
|
DESTINATION ${OV_CPACK_LICENSESDIR}
|
2022-07-19 10:07:26 +04:00
|
|
|
COMPONENT ${OV_CPACK_COMP_LICENSING}
|
2023-05-29 15:40:51 +04:00
|
|
|
${OV_CPACK_COMP_LICENSING_EXCLUDE_ALL}
|
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)
|