mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I2a535b2ff46be6f9a695dde934b981d58267b2d1 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
22 lines
588 B
CMake
22 lines
588 B
CMake
#
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_aub_helper_tests
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/aub_center_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/aub_helper_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/aub_helper_tests.inl
|
|
)
|
|
|
|
if(NOT DEFINED AUB_STREAM_DIR)
|
|
list(APPEND IGDRCL_SRCS_aub_helper_tests
|
|
${CMAKE_CURRENT_SOURCE_DIR}/aub_center_using_aubstream_stubs_tests.cpp
|
|
)
|
|
endif()
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_aub_helper_tests})
|
|
add_subdirectories()
|