mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
use NEO_SOURCE_DIR instead of CMAKE_SOURCE_DIR Change-Id: Ib3774c80147941ded6bc884d83407461c89e7b8e Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
16 lines
419 B
CMake
16 lines
419 B
CMake
#
|
|
# Copyright (C) 2017-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_mt_tests_helpers
|
|
# local files
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/interlocked_max_mt_tests.cpp
|
|
|
|
# necessary dependencies from igdrcl_tests
|
|
${NEO_SOURCE_DIR}/unit_tests/helpers/base_object_tests_mt.cpp
|
|
)
|
|
target_sources(igdrcl_mt_tests PRIVATE ${IGDRCL_SRCS_mt_tests_helpers})
|