Add licensing folder to cmake install (#8948)

This commit is contained in:
Alexey Suhov
2021-12-01 11:42:52 +03:00
committed by GitHub
parent c1515d92e8
commit 89911caa5a
2 changed files with 15 additions and 0 deletions

14
licensing/CMakeLists.txt Normal file
View File

@@ -0,0 +1,14 @@
# Copyright (C) 2018-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
#
# Install licensing
#
ie_cpack_add_component(licensing)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
DESTINATION .
COMPONENT licensing
PATTERN CMakeLists.txt EXCLUDE)