Add CMakeLists for install CC_tests (#7541)

This commit is contained in:
Ilya Sharikov
2021-09-21 10:06:54 +03:00
committed by GitHub
parent fadb768fcd
commit d725a17561

View 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)