Files
openvino/licensing/CMakeLists.txt

18 lines
515 B
CMake
Raw Normal View History

# Copyright (C) 2018-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
#
# Install licensing
#
ie_cpack_add_component(${OV_CPACK_COMP_LICENSING} HIDDEN)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
2022-07-19 10:07:26 +04:00
DESTINATION ${OV_CPACK_DOCDIR}/licensing
COMPONENT ${OV_CPACK_COMP_LICENSING}
PATTERN CMakeLists.txt EXCLUDE
PATTERN dev-third-party-programs.txt EXCLUDE
PATTERN documentation-third-party-programs.txt EXCLUDE
PATTERN third-party-programs.txt EXCLUDE)