Add licensing folder to cmake install (#8948)
This commit is contained in:
parent
c1515d92e8
commit
89911caa5a
@ -103,6 +103,7 @@ add_subdirectory(model-optimizer)
|
||||
add_subdirectory(docs)
|
||||
add_subdirectory(tools)
|
||||
add_subdirectory(scripts)
|
||||
add_subdirectory(licensing)
|
||||
|
||||
#
|
||||
# CPack
|
||||
|
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)
|
Loading…
Reference in New Issue
Block a user