mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00

Change-Id: I6d4f955adfecccc8c33ffa7a6c36605ccf5ab7a4 Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
18 lines
584 B
CMake
18 lines
584 B
CMake
#
|
|
# Copyright (C) 2017-2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_tests_utilities
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/debug_file_reader_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_file_reader_tests.inl
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_settings_reader_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/file_logger_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/file_logger_tests.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tag_allocator_tests.cpp
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_utilities})
|