Add CMakeLists for install CC_tests (#7541)
This commit is contained in:
10
tests/conditional_compilation/CMakeLists.txt
Normal file
10
tests/conditional_compilation/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright (C) 2018-2021 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project(conditional_compilation_tests)
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION tests COMPONENT tests EXCLUDE_FROM_ALL)
|
||||
install(DIRECTORY ../utils/ DESTINATION tests/utils COMPONENT tests EXCLUDE_FROM_ALL)
|
||||
Reference in New Issue
Block a user