mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Releated-To: NEO-5138 Change-Id: I18e564a9e32041fba5e887bc18d2195a1c4ddda8 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
11 lines
244 B
CMake
11 lines
244 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
target_sources(${TARGET_NAME} PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/built_in_tests_shared.inl
|
|
)
|