Files
openvino/licensing/CMakeLists.txt
T

19 lines
557 B
CMake
Raw Normal View History

2023-01-16 11:02:17 +04:00
# Copyright (C) 2018-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
#
# Install licensing
#
ov_cpack_add_component(${OV_CPACK_COMP_LICENSING} HIDDEN)
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}
PATTERN CMakeLists.txt EXCLUDE
PATTERN dev-third-party-programs.txt EXCLUDE
PATTERN documentation-third-party-programs.txt EXCLUDE
PATTERN third-party-programs.txt EXCLUDE)