Add licensing folder to cmake install (#8948)
This commit is contained in:
14
licensing/CMakeLists.txt
Normal file
14
licensing/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user